7 lines
110 B
Go
7 lines
110 B
Go
package conf
|
|
|
|
type ConfigYaml struct {
|
|
Listen ListenYaml `yaml:"listen"`
|
|
Zones []ZoneYaml `yaml:"zones"`
|
|
}
|