GOPackageHeaderServer/conf/config.go

7 lines
110 B
Go
Raw Permalink Normal View History

2022-07-11 21:47:22 +01:00
package conf
type ConfigYaml struct {
Listen ListenYaml `yaml:"listen"`
Zones []ZoneYaml `yaml:"zones"`
}