Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClientConfigNotFound = errors.New(heredoc.Doc(`
Dex client config not found.
Run "dex config init" to initialize a new client config or
Run "dex help environment" for more information.
`))
Functions ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct { Host string `yaml:"host" cmdx:"host"` Secure bool `yaml:"secure" cmdx:"secure"` PathPrefix string `yaml:"path_prefix" cmdx:"path_prefix"` }
func Load ¶
func Load() (*ClientConfig, error)
Click to show internal directories.
Click to hide internal directories.