Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(params GetParams) (*models.StackVersionConfig, error)
Get obtains a stackpack to the current installation
func List ¶
func List(params ListParams) (*models.StackVersionConfigs, error)
List lists all stackpacks in the current installation
Types ¶
type DeleteParams ¶
DeleteParams is consumed by Delete
func (DeleteParams) Validate ¶
func (params DeleteParams) Validate() error
Validate ensures that the parameters are usable by the consuming function
type ListParams ¶
ListParams is consumed by List
func (ListParams) Validate ¶
func (params ListParams) Validate() error
Validate ensures that the parameters are usable by the consuming function
Click to show internal directories.
Click to hide internal directories.