Documentation ¶
Index ¶
Constants ¶
View Source
const ( WAITING = iota STARTED FAILED )
Variables ¶
This section is empty.
Functions ¶
func RunWorkerServer ¶ added in v0.2.0
func RunWorkerServer()
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 JobUserUpdate ¶
type JobUserUpdate struct {
UpdateType string `json:"updateType"`
}
Click to show internal directories.
Click to hide internal directories.