MagiTrickle/models/group.go

10 lines
131 B
Go

package models
type Group struct {
ID int
Name string
Interface string
FixProtect bool
Domains []*Domain
}