Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is the provider handle for the OctoDNS driver.
func (*Provider) GetDomainCorrections ¶
func (c *Provider) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns a list of corrections to update a domain.
func (*Provider) GetNameservers ¶
func (c *Provider) GetNameservers(string) ([]*models.Nameserver, error)
GetNameservers returns the nameservers for a domain.
Click to show internal directories.
Click to hide internal directories.