Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FieldMissingErr ¶
type FieldMissingErr struct {
Name string
}
FieldMissingErr is returned when a fields isn't found in the config file.
func (FieldMissingErr) Error ¶
func (err FieldMissingErr) Error() string
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) GetEventStream ¶
type Workflow ¶
type Workflow struct {
Vus int `yaml:"vus"`
SetupQueries []string `yaml:"setup_queries"`
Queries []WorkflowQuery `yaml:"queries"`
}
type WorkflowQuery ¶
Click to show internal directories.
Click to hide internal directories.