Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDomainCache ¶
func LoadDomainCache(cliConnection plugin.CliConnection)
Types ¶
type Domain ¶
type Domain struct {
Guid string `json:"guid"`
Name string `json:"name"`
RouterGroupGuid string `json:"router_group_guid"`
RouterGroupType string `json:"router_group_type"`
OwningOrganizationGuid string `json:"owning_organization_guid"`
}
func AddDomainMetadata ¶ added in v0.8.1
func AllDomains ¶
func AllDomains() []*Domain
func FindDomainMetadata ¶
type DomainResource ¶
type DomainResponse ¶
type DomainResponse struct {
Count int `json:"total_results"`
Pages int `json:"total_pages"`
NextUrl string `json:"next_url"`
Resources []DomainResource `json:"resources"`
}
Click to show internal directories.
Click to hide internal directories.