Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Collaborators map[string]*Collaborator `json:"collaborators"`
Deployments []string `json:"deployments"`
Name string `json:"name"`
IsOwner bool `json:"-"`
}
type Collaborator ¶
type Deployment ¶
type Deployment struct {
Key string `json:"key"`
Name string `json:"name"`
Package *Package `json:"package"`
PackageMetrics *PackageMetrics `json:packageMetrics`
}
type Package ¶
type Package struct {
*PackageInfo
BlobURL string `json:"blobUrl"`
DiffPackageMap map[string]*BlobInfo `json:"diffPackageMap"`
OriginalLabel string `json:"originalLabel"`
OriginalDeployment string `json:"originalDeployment"`
ReleasedBy string `json:"releasedBy"`
ReleaseMethod string `json:"releaseMethod"`
Size int64 `json:"size"`
UploadTime int64 `json:"uploadTime"`
}
type PackageInfo ¶
type PackageMetrics ¶
type UpdateCheck ¶
type UpdateCheckCache ¶
type UpdateCheckCache struct {
// contains filtered or unexported fields
}
type UpdatePackageInfo ¶
type UpdatePackageInfo struct {
PackageInfo *PackageInfo `json:"packageInfo"`
}
type UserDetail ¶ added in v0.1.1
type UserToken ¶
type UserToken struct {
ID uint64 `json:"id"`
Name string `json:"name"`
FriendlyName string `json:"friendlyName"`
Expires time.Time `json:"expires"`
IsSession bool `json:"isSession"`
CreatedBy string `json:"createdBy"`
CreatedTime time.Time `json:"createdTime"`
Description string `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.