Files
openlan/pkg/schema/switch.go
2022-07-29 23:38:54 +08:00

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"`
}