12 lines
225 B
Go
12 lines
225 B
Go
// 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"`
|
|
}
|