Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Auth struct { Basic map[string]string Oauth2 struct { JwksEndpoint string UserInfoEndpoint string } } RdrGateway utility.RdrGatewayConfig PpmForm utility.PpmFormConfig Dacs map[string]string }
Configuration is the data structure for marshaling the config.yml file using the viper configuration framework.
func LoadConfig ¶
func LoadConfig(cpath string) (Configuration, error)
LoadConfig reads configuration file `cpath` and returns the `Configuration` data structure.
Click to show internal directories.
Click to hide internal directories.