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