mirror of
https://github.com/luscis/openlan.git
synced 2025-10-15 13:10:49 +08:00
fea: remove qos download limit (#45)
* fea: remove qos download limit * fix: crash when qos config missing * fea: update inSpeed unit to Mbit
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
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"`
|
||||
Name string `json:"name"`
|
||||
Device string `json:"device"`
|
||||
Ip string `json:"ip"`
|
||||
InSpeed float64 `json:"inSpeed"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user