Versions in this module Expand all Collapse all v0 v0.0.1 Jan 14, 2026 Changes in this version + func OpError(op string, err error) error + func OpErrors(op string) *opErrors + type CredentialInfo struct + AccessKeyID string + AccessKeySecret string + RegionID string + type DomainRecord struct + ID string + Name string + Priority ttl_t + TTL ttl_t + Type string + Value string + func (r DomainRecord) RR() libdns.RR + type Provider struct + ZID int64 + Zone string + func (p *Provider) AppendRecords(ctx context.Context, zone string, recs []libdns.Record) ([]libdns.Record, error) + func (p *Provider) DeleteRecords(ctx context.Context, zone string, recs []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, recs []libdns.Record) ([]libdns.Record, error)