Documentation
¶
Index ¶
- type CreateRecordResponse
- type DescribeRecordListResponse
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRecordResponse ¶
type CreateRecordResponse struct {
Response struct {
RecordId int
}
}
type Provider ¶
func (*Provider) AppendRecords ¶
func (*Provider) DeleteRecords ¶
func (*Provider) GetRecords ¶
Click to show internal directories.
Click to hide internal directories.