Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleInstance ¶
type ModuleInstance struct { modules.InstanceCore // contains filtered or unexported fields }
ModuleInstance represents an instance of the execution module.
func (*ModuleInstance) GetExports ¶
func (mi *ModuleInstance) GetExports() modules.Exports
GetExports returns the exports of the execution module.
type RootModule ¶
type RootModule struct{}
RootModule is the global module instance that will create module instances for each VU.
func (*RootModule) NewModuleInstance ¶
func (*RootModule) NewModuleInstance(m modules.InstanceCore) modules.Instance
NewModuleInstance implements the modules.IsModuleV2 interface to return a new instance for each VU.
Click to show internal directories.
Click to hide internal directories.