Versions in this module Expand all Collapse all v1 v1.1.0 Nov 4, 2024 v1.0.0 Feb 25, 2023 Changes in this version + type CreateRecordResponse struct + Response struct{ ... } + type DescribeRecordListResponse struct + Response struct{ ... } + type Provider struct + SecretId string + SecretKey string + 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)