Documentation
¶
Overview ¶
Package namedotcom implements a registrar that uses the name.com api to set name servers. It will self register it's providers when imported.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameCom ¶
type NameCom struct { APIUrl string `json:"apiurl"` APIUser string `json:"apiuser"` APIKey string `json:"apikey"` // contains filtered or unexported fields }
func (*NameCom) GetDomainCorrections ¶
func (n *NameCom) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
func (*NameCom) GetNameservers ¶
func (n *NameCom) GetNameservers(domain string) ([]*models.Nameserver, error)
func (*NameCom) GetRegistrarCorrections ¶
func (n *NameCom) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
Click to show internal directories.
Click to hide internal directories.