Versions in this module Expand all Collapse all v1 v1.0.5 Aug 15, 2025 v1.0.4 Aug 15, 2025 v1.0.3 Jul 23, 2025 v1.0.2 Jul 7, 2025 v1.0.1 Jun 1, 2025 v1.0.0 Apr 25, 2025 Changes in this version + type Application struct + ApplicationVersions []ApplicationVersion + CreatedAt time.Time + Description string + Icon string + Id int64 + Name string + SubscribeType string + UpdatedAt time.Time + func (Application) TableName() string + type ApplicationConfig struct + AppId int64 + CreatedAt time.Time + Domains string + EncryptionKey string + EncryptionMethod string + Id int64 + InvitationLink string + KrWebsiteId string + StartupPicture string + StartupPictureSkipTime int64 + UpdatedAt time.Time + func (ApplicationConfig) TableName() string + type ApplicationVersion struct + ApplicationId int64 + CreatedAt time.Time + Description string + Id int64 + IsDefault bool + Platform string + UpdatedAt time.Time + Url string + Version string + func (ApplicationVersion) TableName() string + type Model interface + func NewModel(conn *gorm.DB, c *redis.Client) Model