1.4.5.2
This commit is contained in:
10
EdgeAPI/internal/dnsclients/cloudns/response_zone.go
Normal file
10
EdgeAPI/internal/dnsclients/cloudns/response_zone.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package cloudns
|
||||
|
||||
type ZoneResponse struct {
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Zone string `json:"zone"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user