Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + type Application struct + AccountID uint64 + Active types.ActiveStatus + AllowedSources gosql.NullableOrderedNumberArray[int64] + Categories gosql.NullableNumberArray[uint] + CreatedAt time.Time + CreatorID uint64 + DeletedAt gorm.DeletedAt + Description string + DisallowedSources gosql.NullableOrderedNumberArray[int64] + ID uint64 + Platform types.PlatformType + Premium bool + Private types.PrivateStatus + RevenueShare float64 + Status types.ApproveStatus + Title string + Type types.ApplicationType + URI string + UpdatedAt time.Time + func (app *Application) RBACResourceName() string + func (app *Application) TableName() string