cityuni-webserver/pageHandler/pages/index/data.go

7 lines
114 B
Go
Raw Normal View History

package index
type DataYaml struct {
About AboutYaml `yaml:"about"`
Entries []EntryYaml `yaml:"entries"`
}