Files
openlan/pkg/schema/qos.go
Teddy_Zhu 2fa0ed3e19 fea: remove qos download limit (#45)
* fea: remove qos download limit
* fix: crash when qos config missing
* fea: update inSpeed unit to Mbit
2024-03-28 16:56:14 +08:00

9 lines
163 B
Go

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