Documentation
¶
Index ¶
Constants ¶
View Source
const UnknownName = "unknown"
Variables ¶
This section is empty.
Functions ¶
func FindOrgNameBySpaceGuid ¶
func LoadOrgCache ¶
func LoadOrgCache(cliConnection plugin.CliConnection)
Types ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.