mc-webserver/conf/config.go

7 lines
110 B
Go
Raw Normal View History

2023-08-13 20:19:47 +01:00
package conf
type ConfigYaml struct {
Listen ListenYaml `yaml:"listen"`
Serve ServeYaml `yaml:"serve"`
}