modules

package
v0.31.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(name string) interface{}

Get returns the module registered with name.

func Register

func Register(name string, mod interface{})

Register the given mod as a JavaScript module, available for import from JS scripts by name. This function panics if a module with the same name is already registered.

Types

type HasModuleInstancePerVU added in v0.31.0

type HasModuleInstancePerVU interface {
	NewModuleInstancePerVU() interface{}
}

HasModuleInstancePerVU should be implemented by all native Golang modules that would require per-VU state. k6 will call their NewModuleInstancePerVU() methods every time a VU imports the module and use its result as the returned object.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL