Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallTarget ¶
type InstallTarget struct { }
func (*InstallTarget) CombinedOutput ¶
func (t *InstallTarget) CombinedOutput(args []string) ([]byte, error)
CombinedOutput is a helper function that executes a command, returning stdout & stderr combined
func (*InstallTarget) DefaultCheckExisting ¶
func (t *InstallTarget) DefaultCheckExisting() bool
func (*InstallTarget) Finish ¶
func (t *InstallTarget) Finish(taskMap map[string]fi.InstallTask) error
func (*InstallTarget) ProcessDeletions ¶
func (t *InstallTarget) ProcessDeletions() bool
Click to show internal directories.
Click to hide internal directories.