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 ¶
type LinodeApi struct {
// contains filtered or unexported fields
}
LinodeApi is the handle for this provider.
func (*LinodeApi) GetDomainCorrections ¶
func (api *LinodeApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns the corrections for a domain.
func (*LinodeApi) GetNameservers ¶
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.