Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 Changes in this version + const ErrEnvNotFound + const ErrInternalError + const ErrInvalidBranch + const ErrInvalidEnv + const ErrInvalidToken + const ErrParamsInvalid + const ErrUnauthorized + const ErrVersionNotFound + const ErrVersionNotUpgradable + type Branch struct + CreateTime time.Time + EncToken string + ID string + Name string + type Env struct + BranchId string + CreateTime time.Time + EncToken string + ID string + Name string + type FileSource struct + CreateTime time.Time + Desc string + FileMD5 string + FileSize int64 + Key string + Value string + type Version struct + AppVersion string + Changelog string + CompatAppVersion string + CreateTime time.Time + EnvId string + MustUpdate bool + PackageFileKey string + type VersionCompatQueryResult struct + AppVersion []byte + CanUpdateAppVersion []byte + LatestAppVersion []byte + MustUpdate bool + type VersionReleaseParams struct + AppVersion []byte + Changelog []byte + CompatAppVersion []byte + EnvId []byte + MustUpdate bool + PackageFileKey []byte v0.1.0 Aug 27, 2020