Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionInstance ¶
type CollectionInstance struct {
// contains filtered or unexported fields
}
CollectionInstance represents an instance of the collection module.
func (*CollectionInstance) Exports ¶
func (mi *CollectionInstance) Exports() modules.Exports
Exports returns the exports of the collection module.
type CollectionModule ¶
type CollectionModule struct {
// contains filtered or unexported fields
}
CollectionModule is the global module instance that will create module instances for each VU.
func New ¶
func New(workerInfo *libWorker.WorkerInfo) *CollectionModule
New returns a pointer to a new CollectionModule instance.
func (*CollectionModule) NewModuleInstance ¶
func (module *CollectionModule) NewModuleInstance(vu modules.VU) modules.Instance
NewModuleInstance returns an collection module instance for each VU.
Click to show internal directories.
Click to hide internal directories.