Documentation ¶
Index ¶
- type PointHQProvider
- func (d *PointHQProvider) AddRecord(record utils.DnsRecord) error
- func (d *PointHQProvider) FindRecords(record utils.DnsRecord) ([]pointdns.Record, error)
- func (*PointHQProvider) GetName() string
- func (d *PointHQProvider) GetRecords() ([]utils.DnsRecord, error)
- func (d *PointHQProvider) HealthCheck() error
- func (d *PointHQProvider) Init(rootDomainName string) error
- func (d *PointHQProvider) RemoveRecord(record utils.DnsRecord) error
- func (d *PointHQProvider) UpdateRecord(record utils.DnsRecord) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PointHQProvider ¶
type PointHQProvider struct {
// contains filtered or unexported fields
}
func (*PointHQProvider) AddRecord ¶
func (d *PointHQProvider) AddRecord(record utils.DnsRecord) error
func (*PointHQProvider) FindRecords ¶
func (d *PointHQProvider) FindRecords(record utils.DnsRecord) ([]pointdns.Record, error)
func (*PointHQProvider) GetName ¶
func (*PointHQProvider) GetName() string
func (*PointHQProvider) GetRecords ¶
func (d *PointHQProvider) GetRecords() ([]utils.DnsRecord, error)
func (*PointHQProvider) HealthCheck ¶
func (d *PointHQProvider) HealthCheck() error
func (*PointHQProvider) Init ¶
func (d *PointHQProvider) Init(rootDomainName string) error
func (*PointHQProvider) RemoveRecord ¶
func (d *PointHQProvider) RemoveRecord(record utils.DnsRecord) error
func (*PointHQProvider) UpdateRecord ¶
func (d *PointHQProvider) UpdateRecord(record utils.DnsRecord) error
Click to show internal directories.
Click to hide internal directories.