Documentation
¶
Index ¶
- Constants
- func Destroy(arg ...string) error
- func Enter(args ...string) error
- func Exec(args ...string) error
- func Make(arg ...string) error
- func Run()
- func Spawn(args ...string) error
- func Store(arg ...string) error
- func UpdateBashCompletions()
- func WorkspaceAdd(arg ...string) error
- func WorkspaceDestroy(arg ...string) error
- func WorkspaceIPAdd(arg ...string) error
- func WorkspaceIPRemove(arg ...string) error
- func WorkspaceLaunch(arg ...string) error
- func WorkspaceRemove(arg ...string) error
- func WorkspaceRestore(arg ...string) error
- func WorkspaceStore(arg ...string) error
Constants ¶
View Source
const ( SPAWN = "spawn" MAKE = "make" ENTER = "enter" EXEC = "exec" STORE = "store" DESTROY = "destroy" WORKSPACE_LAUNCH = "workspace-launch" WORKSPACE_ADD = "workspace-add" WORKSPACE_REMOVE = "workspace-remove" WORKSPACE_IP_ADD = "workspace-ip-add" WORKSPACE_IP_REMOVE = "workspace-ip-remove" WORKSPACE_STORE = "workspace-store" WORKSPACE_RESTORE = "workspace-restore" WORKSPACE_DESTROY = "workspace-destroy" SELF = "/proc/self/exe" )
View Source
const (
TEXT_SUDO_REQUIRED = "This application requires superuser privileges to run.\nPlease restart the application with 'sudo'."
)
Variables ¶
This section is empty.
Functions ¶
func UpdateBashCompletions ¶
func UpdateBashCompletions()
func WorkspaceAdd ¶
func WorkspaceDestroy ¶
func WorkspaceIPAdd ¶
func WorkspaceIPRemove ¶
func WorkspaceLaunch ¶
func WorkspaceRemove ¶
func WorkspaceRestore ¶
func WorkspaceStore ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.