Versions in this module Expand all Collapse all v0 v0.2.8 Dec 19, 2018 v0.2.7 Oct 2, 2018 Changes in this version + type HXClient struct + APIEntity string + APILogin string + APIPassword string + func (n *HXClient) EnsureDomainExists(domain string) error + func (n *HXClient) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error) + func (n *HXClient) GetHXApiError(format string, objectid string, r *lr.ListResponse) error + func (n *HXClient) GetNameservers(domain string) ([]*models.Nameserver, error) + func (n *HXClient) GetRegistrarCorrections(dc *models.DomainConfig) ([]*models.Correction, error) + type HXRecord struct + Answer string + DomainName string + Fqdn string + Host string + Priority uint32 + Raw string + TTL uint32 + Type string