mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
11 lines
227 B
Go
11 lines
227 B
Go
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
|
|
|
|
package huaweidns
|
|
|
|
type CustomLinesResponse struct {
|
|
Lines []struct {
|
|
LineId string `json:"line_id"`
|
|
Name string `json:"name"`
|
|
} `json:"lines"`
|
|
}
|