Documentation ¶
Overview ¶
Package experimental includes experimental module features
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleInstance ¶
type ModuleInstance struct {
// contains filtered or unexported fields
}
ModuleInstance represents an instance of the experimental module
func (*ModuleInstance) Exports ¶
func (mi *ModuleInstance) Exports() modules.Exports
Exports returns the exports of the experimental module
type RootModule ¶
type RootModule struct{}
RootModule is the root experimental module
func (*RootModule) NewModuleInstance ¶
func (*RootModule) NewModuleInstance(m modules.VU) modules.Instance
NewModuleInstance implements modules.Module interface
Directories ¶
Path | Synopsis |
---|---|
Package fs provides a k6 module that allows users to interact with files from the local filesystem as per the [File API design document].
|
Package fs provides a k6 module that allows users to interact with files from the local filesystem as per the [File API design document]. |
Package streams provides support for the Web Streams API.
|
Package streams provides support for the Web Streams API. |
Package tracing implements a k6 JS module for instrumenting k6 scripts with tracing context information.
|
Package tracing implements a k6 JS module for instrumenting k6 scripts with tracing context information. |
Click to show internal directories.
Click to hide internal directories.