Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRunner ¶
func RegisterRunner(conn *websocket.Conn, registerCh chan RunnerRegistrationRequest)
Types ¶
type RunnerAllocationRequest ¶ added in v0.2.0
type RunnerAllocationRequest struct {
Tags []string
RespChan chan RunnerAllocationResponse
CancelChan chan string
}
type RunnerAllocationResponse ¶ added in v0.2.0
type RunnerData ¶
type RunnerData struct {
// contains filtered or unexported fields
}
type RunnerManagerChans ¶ added in v0.2.0
type RunnerManagerChans struct {
Allocation chan RunnerAllocationRequest
Release chan RunnerReleaseRequest
Registration chan RunnerRegistrationRequest
}
func StartRunnerManager ¶
type RunnerRegistrationRequest ¶ added in v0.2.0
type RunnerReleaseRequest ¶ added in v0.2.0
type RunnerReleaseRequest struct {
Runner *Runner
}
Click to show internal directories.
Click to hide internal directories.