Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HTTPServer *HTTPServer `yaml:"http"`
Licence *Licence `yaml:"licence"`
Storage *Storage `yaml:"storage"`
App *App `yaml:"app"`
Database *Database `yaml:"database"`
Redis *Redis `yaml:"redis"`
Services *Services `yaml:"services"`
}
func (*Config) UnmarshalYAML ¶
type HTTPServer ¶
Click to show internal directories.
Click to hide internal directories.