Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2026 v0.0.1 Feb 12, 2026 Changes in this version + const CreateRecord + const DeleteRecord + const DescribeRecordList + const ModifyRecord + var ErrNotValid = errors.New("returned value is not valid") + var ErrRecordNotFound = errors.New("record not found") + func SignRequest(secretId string, secretKey string, r *http.Request, action string, ...) + 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)