Documentation
¶
Index ¶
Constants ¶
View Source
const UnknownName = "unknown"
Variables ¶
This section is empty.
Functions ¶
func FindSpaceName ¶
func LoadSpaceCache ¶
func LoadSpaceCache(cliConnection plugin.CliConnection)
Types ¶
type Space ¶
type Space struct {
Guid string `json:"guid"`
Name string `json:"name"`
OrgGuid string `json:"organization_guid"`
}
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.