Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log *LogConfig HTTP *HTTPConfig Redict *RedictConfig Public *AppConfig Apps map[string]*AppConfig AppByAPIKey map[string]*AppConfig `yaml:"-" json:"-"` }
func LoadConfigFromData ¶
func LoadConfigFromFile ¶
type HTTPConfig ¶
type HTTPConfig struct {
Port int
}
type RedictConfig ¶
Click to show internal directories.
Click to hide internal directories.