1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-31 06:19:23 +00:00
thatmattlove-hyperglass/core/models/group.go
2023-07-24 10:57:09 -04:00

7 lines
79 B
Go

package models
type Group struct {
Model
Name string
Devices []Device
}