fastpastebin/config/struct.go

8 lines
169 B
Go
Raw Normal View History

2018-04-30 18:42:17 +05:00
package config
type ConfigStruct struct {
Database ConfigDatabase `yaml:"database"`
Logging ConfigLogging `yaml:"logging"`
HTTP ConfigHTTP `yaml:"http"`
}