Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExports ¶
func RegisterExports(fn ...ExportsFunc)
Types ¶
type DefaultFunc ¶
type DefaultFunc func(context.Context, *assertions.Assertions, *requirements.Assertions, interface{}) error
type HandleSummaryFunc ¶
type RootModule ¶
type RootModule struct{}
func (*RootModule) NewModuleInstance ¶
func (root *RootModule) NewModuleInstance(vu modules.VU) modules.Instance
type SetupFunc ¶
type SetupFunc func(context.Context, *assertions.Assertions, *requirements.Assertions) (interface{}, error)
type TeardownFunc ¶
type TeardownFunc func(context.Context, *assertions.Assertions, *requirements.Assertions, interface{}) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.