GOPackageHeaderServer/conf/config.go
Captain ALM b56c440ab7
All checks were successful
continuous-integration/drone Build is passing
Implement program.
2022-07-11 21:47:22 +01:00

7 lines
110 B
Go

package conf
type ConfigYaml struct {
Listen ListenYaml `yaml:"listen"`
Zones []ZoneYaml `yaml:"zones"`
}