Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GandiApi ¶
GandiApi is the API handle for this module.
func (*GandiApi) GetDomainCorrections ¶
func (c *GandiApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns a list of corrections recommended for this domain.
func (*GandiApi) GetNameservers ¶
func (c *GandiApi) GetNameservers(domain string) ([]*models.Nameserver, error)
GetNameservers returns the nameservers for domain.
func (*GandiApi) GetRegistrarCorrections ¶ added in v0.2.4
func (c *GandiApi) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetRegistrarCorrections returns a list of corrections for this registrar.
Click to show internal directories.
Click to hide internal directories.