Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend interface {
CreateStack(types.StackSpec) (types.StackCreateResponse, error)
GetStack(id string) (types.Stack, error)
ListStacks() ([]types.Stack, error)
UpdateStack(id string, spec types.StackSpec, version uint64) error
DeleteStack(id string) error
}
Backend abstracts the Stacks API.
Click to show internal directories.
Click to hide internal directories.