# Functions
GetConfigInstance returns the current singleton of Config when it was initialized by Initialize before.
GetOrDefaultStringSlice returns an array or a default array if the given array is empty.
Initialize initializes a given Config.
NewConfigLoader combines the ReadFile and Unmarshal functions into a Loader.
# Structs
No description provided by the author
Client defines the general client entry in the configuration.
Config defines the root entry for the configuration.
Cookies defines the name for HTTP cookies used by STOPnik.
ForwardAuth defines the configuration related to Traefik Forward Auth, only used when ExternalUrl is provided.
Keys defines path to TSL certificate and key file.
Server defines the main STOPnik server configuration.
TLS defines the Go like address to listen to and references the necessary Keys.
UI defines the general web user interface entry in the configuration.
User defines the general user entry in the configuration.
UserAddress defines the address for a specific user, the definition provided in the YAML file will be mapped into values inside a JSON response.
No description provided by the author
UserProfile defines the profile for a specific user, the definition provided in the YAML file will be mapped into values inside a JSON response.