Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaseFileDirectory = "/tmp" DefaultImage = "node" DefaultRunner = "node" DefaultScriptFile = "index.js" DockerNetworkNameLength = 16 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sandbox ¶
type Sandbox struct { SandboxOptions // contains filtered or unexported fields }
func NewSandbox ¶
func NewSandbox(options SandboxOptions) (*Sandbox, error)
Click to show internal directories.
Click to hide internal directories.