Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DnsimpleApi ¶
type DnsimpleApi struct { AccountToken string // The account access token BaseURL string // An alternate base URI // contains filtered or unexported fields }
DnsimpleApi is the handle for this provider.
func (*DnsimpleApi) GetDomainCorrections ¶
func (c *DnsimpleApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns corrections that update a domain.
func (*DnsimpleApi) GetNameservers ¶
func (c *DnsimpleApi) GetNameservers(domainName string) ([]*models.Nameserver, error)
GetNameservers returns the name servers for a domain.
func (*DnsimpleApi) GetRegistrarCorrections ¶
func (c *DnsimpleApi) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetRegistrarCorrections returns corrections that update a domain's registrar.
Click to show internal directories.
Click to hide internal directories.