Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeConfig ¶
func MakeConfig(configPath string, cfg Configurer)
func ReadConfig ¶
func ReadConfig(configString string, cfg Configurer) error
Types ¶
type Config ¶
type Config struct {
Gottp GottpSettings
}
func (*Config) GetGottpConfig ¶
func (self *Config) GetGottpConfig() *GottpSettings
func (*Config) MakeConfig ¶
type Configurer ¶
type Configurer interface { MakeConfig(string) GetGottpConfig() *GottpSettings }
Click to show internal directories.
Click to hide internal directories.