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 StoragePathGet(arg ...string) error
- func StoragePathSet(arg ...string) error
- func Store(arg ...string) error
- func UpdateBashCompletions()
- func WorkspaceAdd(arg ...string) error
- func WorkspaceDestroy(arg ...string) error
- func WorkspaceDetach(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" WORKSPACE_DETACH = "workspace-detach" STORAGE_PATH_GET = "storage-path-get" STORAGE_PATH_SET = "storage-path-set" 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 StoragePathGet ¶
func StoragePathSet ¶
func UpdateBashCompletions ¶
func UpdateBashCompletions()
func WorkspaceAdd ¶
func WorkspaceDestroy ¶
func WorkspaceDetach ¶
func WorkspaceIPAdd ¶
func WorkspaceIPRemove ¶
func WorkspaceLaunch ¶
func WorkspaceRemove ¶
func WorkspaceRestore ¶
func WorkspaceStore ¶
Types ¶
This section is empty.
Source Files
¶
- devbox_destroy.go
- devbox_enter.go
- devbox_exec.go
- devbox_make.go
- devbox_spawn.go
- devbox_store.go
- pkg_consts.go
- pkg_utils.go
- pkg_vars.go
- run.go
- storage_path_get.go
- storage_path_set.go
- workspace_add.go
- workspace_destroy.go
- workspace_detach_clients.go
- workspace_ip_add.go
- workspace_ip_remove.go
- workspace_launch.go
- workspace_remove.go
- workspace_restore.go
- workspace_store.go
Click to show internal directories.
Click to hide internal directories.