package models import "github.com/google/uuid" type Group struct { ID uuid.UUID Name string Interface string Rules []*Rule FixProtect bool }