Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Harness ¶
type Harness string
func AllHarnesses ¶
func AllHarnesses() []Harness
func DetectHarnesses ¶
func ParseHarnesses ¶
type InstallResult ¶
type InstallResult struct {
Harness Harness
Path string
State InstallState
}
type InstallState ¶
type InstallState string
const ( InstallStateInstalled InstallState = "installed" InstallStateUnchanged InstallState = "unchanged" InstallStateUpdated InstallState = "updated" )
Click to show internal directories.
Click to hide internal directories.