providers

package
v0.1.41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 2 Imported by: 0

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 DNSProvider interface {
	io.Closer
	CreateRecord(fqdn, value string) error
	RemoveRecord(fqdn, value string) error
}

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL