Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataContext ¶
type DataContext struct {
Query DataContextValues `json:"query"`
}
type DataContextValues ¶
type DataContextValues struct {
Result interface{} `json:"result"`
Params map[string]interface{} `json:"params"`
}
type Params ¶
type Params struct {
// contains filtered or unexported fields
}
func (*Params) SetSystemValue ¶
func (*Params) SetUserValue ¶
func (*Params) SetUserValues ¶
type ScriptManifest ¶
type SuiteManifest ¶
type SuiteManifest struct {
Timeout uint64 `yaml:"timeout"`
Query ScriptManifest `yaml:"query"`
Assert ScriptManifest `yaml:"assert"`
}
Click to show internal directories.
Click to hide internal directories.