Documentation ¶
Index ¶
- Variables
- type Namecheap
- func (n *Namecheap) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
- func (n *Namecheap) GetNameservers(domainName string) ([]*models.Nameserver, error)
- func (n *Namecheap) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
- func (client *Namecheap) GetZoneRecords(domain string) (models.Records, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var NamecheapDefaultNs = []string{"dns1.registrar-servers.com", "dns2.registrar-servers.com"}
NamecheapDefaultNs lists the default nameservers for this provider.
Functions ¶
This section is empty.
Types ¶
type Namecheap ¶
Namecheap is the handle for this provider.
func (*Namecheap) GetDomainCorrections ¶
func (n *Namecheap) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns the corrections for the domain.
func (*Namecheap) GetNameservers ¶
func (n *Namecheap) GetNameservers(domainName string) ([]*models.Nameserver, error)
GetNameservers returns the nameservers for a domain.
func (*Namecheap) GetRegistrarCorrections ¶
func (n *Namecheap) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetRegistrarCorrections returns corrections to update nameservers.
Click to show internal directories.
Click to hide internal directories.