Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExitAC = 42 ExitWA = 43 )
View Source
const ( FilePerm = 0644 DirPerm = 0755 SandboxRoot = "/sandbox" )
View Source
const (
ErrMaxWorkerExceed = "max worker exceed"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Daemon ¶
type Daemon struct { MaxWorker int CurrentWorker int WorkerState []string // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.