mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-02-03 14:05:55 +08:00
域名解析支持华为云解析DNS
This commit is contained in:
14
internal/dnsclients/huaweidns/response_record_sets.go
Normal file
14
internal/dnsclients/huaweidns/response_record_sets.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package huaweidns
|
||||
|
||||
type RecordSetsResponse struct {
|
||||
RecordSets []struct {
|
||||
Id string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Ttl int `json:"ttl"`
|
||||
Line string `json:"line"`
|
||||
Records []string `json:"records"`
|
||||
} `json:"recordsets"`
|
||||
}
|
||||
Reference in New Issue
Block a user