cityuni-webserver/conf/config.go

7 lines
110 B
Go
Raw Normal View History

package conf
type ConfigYaml struct {
Listen ListenYaml `yaml:"listen"`
Serve ServeYaml `yaml:"serve"`
}