MagiTrickle/models/group.go

10 lines
133 B
Go

package models
type Group struct {
ID [4]byte
Name string
Interface string
Rules []*Rule
FixProtect bool
}