Documentation
¶
Overview ¶
Package script provides an API shim that integrates the userscript into the sequencer.Sequencer API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet(ProvideSequencer)
Set is used by Wire.
Functions ¶
This section is empty.
Types ¶
type Sequencer ¶
type Sequencer struct {
// contains filtered or unexported fields
}
Sequencer injects the userscript shim into a sequencer.Sequencer stack.
func ProvideSequencer ¶
func ProvideSequencer( loader *script.Loader, targetPool *types.TargetPool, watchers types.Watchers, ) *Sequencer
ProvideSequencer is called by Wire.
Click to show internal directories.
Click to hide internal directories.