ozclient

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2017 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const SocketName = "@oz-control"

Variables

This section is empty.

Functions

func AskForwarder

func AskForwarder(id int, name, port string) (string, error)

Types

type AskForwarderMsg

type AskForwarderMsg struct {
	Id   int "AskForwarder"
	Name string
	Addr string
	Port string
}

type ErrorMsg

type ErrorMsg struct {
	Msg string "Error"
}

type ForwarderSuccessMsg

type ForwarderSuccessMsg struct {
	Proto string "ForwarderSuccess"
	Addr  string
	Port  string
}

type ListSandboxesMsg

type ListSandboxesMsg struct {
	// contains filtered or unexported fields
}

type ListSandboxesResp

type ListSandboxesResp struct {
	Sandboxes []SandboxInfo "ListSandboxesResp"
}

type OkMsg

type OkMsg struct {
	// contains filtered or unexported fields
}

type SandboxInfo

type SandboxInfo struct {
	Id      int "SandboxInfo"
	Address string
	Profile string
	Mounts  []string
}

func ListSandboxes

func ListSandboxes() ([]SandboxInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL