Documentation ¶
Index ¶
- Constants
- func New() interfaces.Updater
- type Dnspod
- func (*Dnspod) ConfigItems() echo.KVList
- func (*Dnspod) Description() string
- func (dnspod *Dnspod) Init(settings echo.H, domains []*dnsdomain.Domain) error
- func (*Dnspod) LineTypeURL() string
- func (*Dnspod) Name() string
- func (*Dnspod) SignUpURL() string
- func (*Dnspod) Support() dnsdomain.Support
- func (dnspod *Dnspod) Update(ctx context.Context, recordType string, ipAddr string) error
- type DnspodRecordListResp
- type DnspodStatus
Constants ¶
View Source
const Name = `DNSPod`
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() interfaces.Updater
Types ¶
type Dnspod ¶
type Dnspod struct { Domains []*dnsdomain.Domain TTL int // contains filtered or unexported fields }
https://docs.dnspod.cn/api/5f562ae4e75cf42d25bf689e/ Dnspod 腾讯云dns实现
func (*Dnspod) ConfigItems ¶
func (*Dnspod) Description ¶
func (*Dnspod) LineTypeURL ¶
type DnspodRecordListResp ¶
type DnspodRecordListResp struct { DnspodStatus Records []struct { ID string Name string Type string Value string Enabled string } }
DnspodRecordListResp recordListAPI结果
type DnspodStatus ¶
DnspodStatus DnspodStatus
Click to show internal directories.
Click to hide internal directories.