Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadStackCache ¶
func LoadStackCache(cliConnection plugin.CliConnection)
Types ¶
type Stack ¶
type Stack struct { Guid string `json:"guid"` Name string `json:"name"` Description string `json:"description"` }
func FindStackMetadata ¶
type StackResource ¶
type StackResponse ¶
type StackResponse struct { Count int `json:"total_results"` Pages int `json:"total_pages"` NextUrl string `json:"next_url"` Resources []StackResource `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.