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"` QuotaGuid string `json:"space_quota_definition_guid"` IsolationSegmentGuid string `json:"isolation_segment_guid"` Managers_url string `json:"managers_url"` Auditors_url string `json:"auditors_url"` Developers_url string `json:"developers_url"` }
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.