Documentation
¶
Index ¶
Constants ¶
View Source
const ( Workspace1 int = 1 Workspace2 = 2 Workspace3 = 3 Workspace4 = 4 Workspace5 = 5 Workspace6 = 6 Workspace7 = 7 Workspace8 = 8 Workspace9 = 9 Workspace10 = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupConfig ¶
type EnvironmentConfig ¶
type EnvironmentConfig struct { Workspaces []Workspace Actions []LauncherAction Backup BackupConfig Init []InitAction CustomSetupAction func(Context) action.Object }
type InitAction ¶
type LauncherAction ¶
type LauncherAction struct { Id string `json:"id"` Tasks []LauncherTask `json:"tasks"` }
type LauncherTask ¶
Click to show internal directories.
Click to hide internal directories.