Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { WebFrontend struct { Listen string SessionKey string `yaml:"sessionKey"` } `yaml:"webFrontend"` Fitbit struct { ClientID string `yaml:"clientId"` ClientSecret string `yaml:"clientSecret"` } Database struct { Host string Username string Password string Database string } }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.