7 lines
110 B
Go
7 lines
110 B
Go
package conf
|
|
|
|
type ConfigYaml struct {
|
|
Listen ListenYaml `yaml:"listen"`
|
|
Serve ServeYaml `yaml:"serve"`
|
|
}
|