mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 09:06:54 +08:00
7 lines
106 B
Go
7 lines
106 B
Go
package schema
|
|
|
|
type Rate struct {
|
|
Device string `json:"device"`
|
|
Speed int `json:"speed"` // Mbit
|
|
}
|