Files
openlan/pkg/schema/qos.go
2024-03-28 11:45:49 +08:00

10 lines
198 B
Go

package schema
type Qos struct {
Name string `json:"name"`
Device string `json:"device"`
Ip string `json:"ip"`
InSpeed int64 `json:"inSpeed"`
OutSpeed int64 `json:"outSpeed"`
}