Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig() bool
Types ¶
type Config ¶
type Config struct { Db DatabaseConfig `mapstructure:"database"` Path PathConfig `mapstructure:"paths"` Http HttpConfig `mapstructure:"http"` }
var AllConfig Config
type DatabaseConfig ¶
type HttpConfig ¶
type HttpConfig struct {
Secret string
}
type PathConfig ¶
Click to show internal directories.
Click to hide internal directories.