Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + type Category struct + Active types.ActiveStatus + Childrens []*Category + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + IABCode string + ID uint64 + Name string + Parent *Category + ParentID sql.Null[uint64] + Position uint64 + UpdatedAt time.Time + func (c *Category) RBACResourceName() string + func (c *Category) TableName() string