Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeAPI/internal/dnsclients/dnsla/response_domain.go
Normal file
11
EdgeAPI/internal/dnsclients/dnsla/response_domain.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package dnsla
|
||||
|
||||
type DomainResponse struct {
|
||||
BaseResponse
|
||||
|
||||
Data struct {
|
||||
Id string `json:"id"`
|
||||
} `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user