Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigImpl ¶
type ConfigImpl struct { config.BaseConfig `mapstructure:",squash"` Auth config.Auth `mapstructure:"auth"` UI config.UI `mapstructure:"ui"` }
func (*ConfigImpl) AuthConfig ¶
func (c *ConfigImpl) AuthConfig() *config.Auth
func (*ConfigImpl) UIConfig ¶
func (c *ConfigImpl) UIConfig() config.UIConfig
func (*ConfigImpl) Validate ¶
func (c *ConfigImpl) Validate() error
Click to show internal directories.
Click to hide internal directories.