Documentation ¶
Overview ¶
Javascript api for interracting with APITeam, for more information, see https://apiteam.cloud
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrGroupInInitContext is returned when group() are using in the init context. ErrGroupInInitContext = common.NewInitContextError("Using group() in the init context is not supported") // ErrCheckInInitContext is returned when check() are using in the init context. ErrCheckInInitContext = common.NewInitContextError("Using check() in the init context is not supported") )
Functions ¶
This section is empty.
Types ¶
type APITeam ¶
type APITeam struct {
// contains filtered or unexported fields
}
APITeam represents an instance of the k6 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(vu modules.VU) modules.Instance
NewModuleInstance implements the modules.Module interface to return a new instance for each VU.
Click to show internal directories.
Click to hide internal directories.