mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00

* fea: remove qos download limit * fix: crash when qos config missing * fea: update inSpeed unit to Mbit
9 lines
163 B
Go
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"`
|
|
}
|