Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSProvider ¶ added in v0.0.38
type DNSProviderLoader ¶ added in v0.0.47
type DNSProviderLoader func(unmarshal YAMLUnmarshaler, config_dir string) (DNSProvider, 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) (p DNSProvider, err error)
func (Type) Register ¶ added in v0.0.64
func (t Type) Register(loader DNSProviderLoader)
type YAMLUnmarshaler ¶ added in v0.0.64
type YAMLUnmarshaler func(interface{}) error
Click to show internal directories.
Click to hide internal directories.