Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeepJobsNever = iota KeepJobsAlways KeepJobsOnFailure )
Variables ¶
This section is empty.
Functions ¶
func HandleAssets ¶
Types ¶
type Status ¶
type Status struct {
Version string `json:"version"`
Mode string `json:"mode"`
Images []string `json:"images,omitempty"`
Timeout float64 `json:"timeout"` // job timeout in seconds
Engines []string `json:"engines"`
DefaultEngine string `json:"default_engine"`
Queue struct {
Length int `json:"length"`
Capacity int `json:"capacity"`
} `json:"queue"`
}
Click to show internal directories.
Click to hide internal directories.