fastpastebin/config/struct.go

9 lines
216 B
Go
Raw Normal View History

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