Versions in this module Expand all Collapse all v0 v0.7.6 Jan 3, 2017 Changes in this version + const MEGABYTE + type App struct + Buildpack string + Console bool + DetectedBuildpack string + DetectedStartCmd string + DiskQuotaMB float64 + EnableSsh bool + Environment map[string]interface{} + Guid string + HealthcheckTimeout float64 + HealthcheckType string + Instances float64 + MemoryMB float64 + Name string + PackageState string + PackageUpdatedAt string + Production bool + SpaceGuid string + StackGuid string + StagingFailedDesc string + StagingFailedReason string + State string + type AppMetadata struct + CacheTime time.Time + func GetAppsMetadataFromUrl(cliConnection plugin.CliConnection, url string) ([]*AppMetadata, error) + func NewAppMetadata(app App) *AppMetadata + func NewAppMetadataById(appId string) *AppMetadata + type AppMetadataManager struct + func NewAppMetadataManager() *AppMetadataManager + func (mdMgr *AppMetadataManager) AllApps() []*AppMetadata + func (mdMgr *AppMetadataManager) AppMetadataSize() int + func (mdMgr *AppMetadataManager) FindAppMetadata(appId string) *AppMetadata + func (mdMgr *AppMetadataManager) FindAppMetadataInternal(appId string, requestLoadIfNotFound bool) *AppMetadata + func (mdMgr *AppMetadataManager) GetAppMetadataInternal(cliConnection plugin.CliConnection, appId string) (*AppMetadata, error) + func (mdMgr *AppMetadataManager) GetAppMetadataMap() map[string]*AppMetadata + func (mdMgr *AppMetadataManager) LoadAppCache(cliConnection plugin.CliConnection) + type AppResource struct + Entity App + Meta common.Meta + type AppResponse struct + Count int + NextUrl string + Pages int + Resources []AppResource