mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-09 12:00:25 +08:00
8 lines
112 B
Go
8 lines
112 B
Go
|
|
package dnsclients
|
||
|
|
|
||
|
|
// 线路描述
|
||
|
|
type Route struct {
|
||
|
|
Name string `json:"name"`
|
||
|
|
Code string `json:"code"`
|
||
|
|
}
|