Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extension ¶
type Extension interface { Init(*workspaceconfig.Config) (bool, error) SetupTasks() SetupTasks Environment() map[string]string Aliases() map[string]string Sources() []string Paths() []string String() string }
Extension interface
type Option ¶
type Option func(*Options)
Option type
func CompleteMessage ¶
CompleteMessage to set task complete message
type ProgressBar ¶
ProgressBar interface
type SetupTask ¶
type SetupTask struct { Status string Handler SetupTaskHandler Options Options }
SetupTask type
type SetupTaskHandler ¶
type SetupTaskHandler func(ProgressBar) error
SetupTaskHandler for implementing installation or setup instructions
type SetupTaskHandlers ¶
type SetupTaskHandlers []SetupTaskHandler
SetupTaskHandlers is the multiple setup task handlers type
Click to show internal directories.
Click to hide internal directories.