Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2023 Changes in this version + func ParseRR(rr string) (name, ttl, typ, value string) + func TXTSanitize(record libdns.Record) (value string) + type Provider struct + Debug string + Password string + Username 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)