Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Binary ¶
type Binary struct { Args []string // from SD API Spec *util.CommandSpec Store store.Store // Note: this property is set after downloaing a binary via Store API Command *store.Command }
Binary is a Binary Executor object
type Habitat ¶ added in v0.0.14
type Habitat struct { Args []string Spec *util.CommandSpec Store store.Store }
Habitat is the Habitat Executor struct
func NewHabitat ¶ added in v0.0.14
func NewHabitat(spec *util.CommandSpec, args []string, isVerbose bool) (habitat *Habitat, err error)
NewHabitat returns the Habitat struct
Click to show internal directories.
Click to hide internal directories.