Files
openlan/pkg/schema/rate.go
2024-09-06 22:54:46 +08:00

7 lines
106 B
Go

package schema
type Rate struct {
Device string `json:"device"`
Speed int `json:"speed"` // Mbit
}