Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OnChange func()
OnChange is called when a config change is detected, can be set during runtime
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string Environment string Twitch struct { Clientid string Clientsecret string Redirecturi string State string } Kube struct { Namespace string Oauthsecret string } Http struct { Port string } Health struct { Enabled bool Port string } Prometheus struct { Enabled bool Port string } }
Click to show internal directories.
Click to hide internal directories.