Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server ServerConfig Dashboard DashboardConfig MQTT MQTTConfig IdentityAuth IdentityAuthConfig `mapstructure:"auth"` }
func InitConfig ¶
type DashboardConfig ¶
type DashboardConfig struct {
Title string
}
type DatabaseConfig ¶
type IdentityAuthConfig ¶
type IdentityAuthConfig struct {
KeyCloak KeyCloakConfig
}
type KeyCloakConfig ¶
type KeyCloakFrontendConfig ¶
type MQTTConfig ¶
type ServerConfig ¶
type ServerConfig struct { Logs LogConfig Database DatabaseConfig Port int Development bool AppURL string `mapstructure:"app_url"` }
Click to show internal directories.
Click to hide internal directories.