mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 17:17:00 +08:00
9 lines
165 B
Go
9 lines
165 B
Go
package schema
|
|
|
|
type Switch struct {
|
|
Uptime int64 `json:"uptime"`
|
|
UUID string `json:"uuid"`
|
|
Alias string `json:"alias"`
|
|
Address string `json:"address"`
|
|
}
|