Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLinode ¶
func NewLinode(m map[string]string, metadata json.RawMessage) (providers.DNSServiceProvider, error)
NewLinode creates the provider.
Types ¶
type LinodeAPI ¶ added in v3.3.0
type LinodeAPI struct {
// contains filtered or unexported fields
}
LinodeAPI is the handle for this provider.
func (*LinodeAPI) GetDomainCorrections ¶ added in v3.3.0
func (api *LinodeAPI) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns the corrections for a domain.
func (*LinodeAPI) GetNameservers ¶ added in v3.3.0
func (api *LinodeAPI) GetNameservers(domain string) ([]*models.Nameserver, error)
GetNameservers returns the nameservers for a domain.
Click to show internal directories.
Click to hide internal directories.