//
pkg.gl
Category
github.com/APITeamLimited/globe-test
worker
js
modules
package
0.2.8
Repository:
https://github.com/apiteamlimited/globe-test.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
20
Files
79 SLOC
#
Packages
apiteam
Javascript api for interracting with APITeam, for more information, see https://apiteam.cloud.
k6
Package k6 implements the module imported as 'k6' from inside k6.
#
Functions
GetJSModules
GetJSModules returns a map of all registered js modules.
Register
Register the given mod as an external JavaScript module that can be imported by name.
#
Structs
Exports
Exports is representation of ESM exports of a module.
#
Interfaces
Instance
Instance is what a module needs to return.
Module
Module is the interface js modules should implement in order to get access to the VU.
VU
VU gives access to the currently executing VU to a module Instance.