Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandWorker ¶
type CommandWorker struct {
// contains filtered or unexported fields
}
func NewCommandWorker ¶
func NewCommandWorker(executable string) *CommandWorker
func (*CommandWorker) Key ¶
func (c *CommandWorker) Key(r interface{}) string
type WorkHandler ¶
type WorkerServer ¶
type WorkerServer struct {
// contains filtered or unexported fields
}
func NewWorkerServer ¶
func NewWorkerServer(conf WorkerServerConf) *WorkerServer
type WorkerServerConf ¶
type WorkerServerConf struct { NumWorkers int CacheDir string Worker WorkHandler }
Click to show internal directories.
Click to hide internal directories.