Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrUnknownDomain = errorString("unknown domain") ErrUnknownUser = errorString("unknown user") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶ added in v0.0.38
type AuthenticatorLoader ¶ added in v0.0.64
type AuthenticatorLoader func(unmarshal YAMLUnmarshaler, config_dir string) (Authenticator, error)
type Type ¶ added in v0.0.64
type Type string
func (Type) Load ¶ added in v0.0.64
func (u Type) Load(unmarshal YAMLUnmarshaler, config_dir string) (c Authenticator, err error)
func (Type) Register ¶ added in v0.0.64
func (t Type) Register(loader AuthenticatorLoader)
type YAMLUnmarshaler ¶ added in v0.0.64
type YAMLUnmarshaler func(interface{}) error
Click to show internal directories.
Click to hide internal directories.