Versions in this module Expand all Collapse all v0 v0.2.0 Jan 7, 2023 Changes in this version + type FindOptions struct + Content string + Direction string + Match string + Name string + Order string + PerPage int + Type string + type Provider struct + 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)