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