Documentation
¶
Index ¶
- Constants
- func Destroy(arg ...string) error
- func Enter(args ...string) error
- func Exec(args ...string) error
- func Make(arg ...string) error
- func RepoClientConfig(arg ...string) error
- func RepoClientInfo(arg ...string) error
- func RepoDownload(fileNameRemote, fileNameLocal string) bool
- func RepoServer(arg ...string) error
- func RepoServerConfig(arg ...string) error
- func RepoServerInfo(arg ...string) error
- func RepoServerUserAdd(arg ...string) error
- func RepoUpload(fileNameSrc, fileNameDst string)
- func Run()
- func Spawn(args ...string) error
- func StoragePath(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 WorkspacePull(arg ...string) error
- func WorkspacePush(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" WORKSPACE_PUSH = "workspace-push" WORKSPACE_PULL = "workspace-pull" STORAGE_PATH = "storage-path" REPO_SERVER_INFO = "repo-server-info" REPO_SERVER_CONFIG = "repo-server-config" REPO_SERVER_USER = "repo-server-user" REPO_SERVER = "repo-server" REPO_CLIENT_INFO = "repo-client-info" REPO_CLIENT_CONFIG = "repo-client-config" REPO_DOWNLOAD = "repo-download" REPO_UPLOAD = "repo-upload" 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 RepoClientConfig ¶
func RepoClientInfo ¶
func RepoDownload ¶
func RepoServer ¶
func RepoServerConfig ¶
func RepoServerInfo ¶
func RepoServerUserAdd ¶
func RepoUpload ¶
func RepoUpload(fileNameSrc, fileNameDst string)
func StoragePath ¶
func UpdateBashCompletions ¶
func UpdateBashCompletions()
func WorkspaceAdd ¶
func WorkspaceDestroy ¶
func WorkspaceDetach ¶
func WorkspaceIPAdd ¶
func WorkspaceIPRemove ¶
func WorkspaceLaunch ¶
func WorkspacePull ¶
func WorkspacePush ¶
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
- repo_client.go
- repo_client_config.go
- repo_client_info.go
- repo_server.go
- repo_server_config.go
- repo_server_info.go
- repo_server_user_add.go
- run.go
- storage_path.go
- workspace_add.go
- workspace_destroy.go
- workspace_detach_clients.go
- workspace_ip_add.go
- workspace_ip_remove.go
- workspace_launch.go
- workspace_pull.go
- workspace_push.go
- workspace_remove.go
- workspace_restore.go
- workspace_store.go
Click to show internal directories.
Click to hide internal directories.