stack

package
v0.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

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 AllStacks

func AllStacks() []Stack

func FindStackMetadata

func FindStackMetadata(stackGuid string) Stack

type StackResource

type StackResource struct {
	Meta   common.Meta `json:"metadata"`
	Entity Stack       `json:"entity"`
}

type StackResponse

type StackResponse struct {
	Count     int             `json:"total_results"`
	Pages     int             `json:"total_pages"`
	NextUrl   string          `json:"next_url"`
	Resources []StackResource `json:"resources"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL