Documentation
¶
Index ¶
- type Provider
- func (p *Provider) AppendRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error)
- func (p *Provider) DeleteRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error)
- func (p *Provider) GetRecords(ctx context.Context, zone string) ([]libdns.Record, error)
- func (p *Provider) SetRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error)
- type Record
- type RecordResponse
- type RecordsResponse
- type SavedRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
func (*Provider) AppendRecords ¶
func (*Provider) DeleteRecords ¶
func (*Provider) GetRecords ¶
type RecordResponse ¶
type RecordsResponse ¶
type RecordsResponse struct {
Meta struct {
Total int `json:"total"`
} `json:"meta"`
DNSRecords []RecordResponse `json:"dns_records"`
}
Click to show internal directories.
Click to hide internal directories.