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
Click to show internal directories.
Click to hide internal directories.