Documentation
¶
Index ¶
- func AppMetadataSize() int
- func LoadAppCache(cliConnection plugin.CliConnection)
- func LoadOrgCache(cliConnection plugin.CliConnection)
- func LoadSpaceCache(cliConnection plugin.CliConnection)
- type App
- type AppResource
- type AppResponse
- type Meta
- type Org
- type OrgResource
- type OrgResponse
- type Space
- type SpaceResource
- type SpaceResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppMetadataSize ¶
func AppMetadataSize() int
func LoadAppCache ¶
func LoadAppCache(cliConnection plugin.CliConnection)
func LoadOrgCache ¶
func LoadOrgCache(cliConnection plugin.CliConnection)
func LoadSpaceCache ¶
func LoadSpaceCache(cliConnection plugin.CliConnection)
Types ¶
type App ¶
type App struct { Guid string `json:"guid"` Name string `json:"name"` //Environment map[string]interface{} `json:"environment_json"` SpaceGuid string `json:"space_guid"` SpaceName string OrgGuid string OrgName string }
func FindAppMetadata ¶
type AppResource ¶
type AppResponse ¶
type AppResponse struct { Count int `json:"total_results"` Pages int `json:"total_pages"` NextUrl string `json:"next_url"` Resources []AppResource `json:"resources"` }
type Org ¶
func FindOrgMetadata ¶
type OrgResource ¶
type OrgResponse ¶
type OrgResponse struct { Count int `json:"total_results"` Pages int `json:"total_pages"` Resources []OrgResource `json:"resources"` }
type Space ¶
type Space struct { Guid string `json:"guid"` Name string `json:"name"` OrgGuid string `json:"organization_guid"` OrgName string }
func FindSpaceMetadata ¶
type SpaceResource ¶
type SpaceResponse ¶
type SpaceResponse struct { Count int `json:"total_results"` Pages int `json:"total_pages"` NextUrl string `json:"next_url"` Resources []SpaceResource `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.