Versions in this module Expand all Collapse all v0 v0.1.2 Apr 6, 2024 v0.1.1 Apr 6, 2024 Changes in this version + type Provider struct + Key string + KeyAlg string + KeyName string + Server 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)