Files
EdgeAPI/internal/dnsclients/huaweidns/response_custom_lines.go

11 lines
227 B
Go
Raw Normal View History

2024-05-17 18:27:26 +08:00
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2021-08-04 22:14:54 +08:00
package huaweidns
type CustomLinesResponse struct {
Lines []struct {
LineId string `json:"line_id"`
Name string `json:"name"`
} `json:"lines"`
}