Documentation ¶
Index ¶
Constants ¶
View Source
const ( WAITING = iota STARTED FAILED )
Variables ¶
This section is empty.
Functions ¶
func RunDevWorkerServer ¶ added in v0.1.1
func RunDevWorkerServer()
func RunWorkerFunction ¶ added in v0.1.1
func RunWorkerFunction(w http.ResponseWriter, r *http.Request)
Types ¶
type Config ¶
type Config struct { libWorker.Options Out []string `json:"out" envconfig:"K6_OUT"` // TODO: deprecate Collectors map[string]json.RawMessage `json:"collectors"` }
Config ...
type ExecutionList ¶
type ExecutionList struct {
// contains filtered or unexported fields
}
type JobUserUpdate ¶
type JobUserUpdate struct {
UpdateType string `json:"updateType"`
}
Click to show internal directories.
Click to hide internal directories.