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