Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + const ErrBranchExisted + const ErrBranchNameExisted + const ErrBranchNotFound + const ErrEnvExisted + const ErrEnvNameExisted + const ErrEnvNotFound + const ErrInternalError + const ErrParamsInvalid + const ErrVersionExisted + const ErrVersionNotFound + type Branch struct + CreateTime time.Time + EncToken string + ID string + Name string + type BranchList = []*Branch + type Env struct + BranchId string + CreateTime time.Time + EncToken string + ID string + Name string + type EnvList = []*Env + type Version struct + AppVersion string + Changelog string + CompatAppVersion string + CreateTime time.Time + EnvId string + MustUpdate bool + PackageFileKey string + type VersionList = []*Version