Versions in this module Expand all Collapse all v0 v0.1.0 Sep 24, 2024 Changes in this version + func Collections() collections + func Connection() *mongo.Client + func Database() *mongo.Database + func Disconnect() error + func InitDB(ctx context.Context) error + func RunMigration() error + type Bundle struct + AppID string + CRC string + CreatedAt time.Time + Description string + ID primitive.ObjectID + PublicDownloadURL string + Signature string + VersionName string + type Platform string + const PlatformAndroid + const PlatformIOS + func ParsePlatform(val string) (Platform, error) + type Release struct + ActiveBundleID *primitive.ObjectID + AppID string + BuiltinBundleID primitive.ObjectID + CreatedAt time.Time + ID primitive.ObjectID + Platform Platform + ReleasedDate *time.Time + UpdatedAt time.Time + VersionCode string + VersionName string