Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
ServerCfg ServerConfig `json:"server"`
}
type SecurityConfig ¶
type ServerConfig ¶
type ServerConfig struct {
Schema Schema `json:"schema" example:"http or https"`
Address string `json:"address" example:"127.0.0.1 or mydomain.com"`
Port int `json:"port" example:"8080"`
Security SecurityConfig `json:"security"`
}
Click to show internal directories.
Click to hide internal directories.