Documentation
¶
Index ¶
- Variables
- func NewConnect(parent *bgpipe.StageBase) bgpipe.Stage
- func NewExec(parent *bgpipe.StageBase) bgpipe.Stage
- func NewLimit(parent *bgpipe.StageBase) bgpipe.Stage
- func NewListen(parent *bgpipe.StageBase) bgpipe.Stage
- func NewMrt(parent *bgpipe.StageBase) bgpipe.Stage
- func NewSpeaker(parent *bgpipe.StageBase) bgpipe.Stage
- func NewStdin(parent *bgpipe.StageBase) bgpipe.Stage
- func NewStdout(parent *bgpipe.StageBase) bgpipe.Stage
- func NewWebsocket(parent *bgpipe.StageBase) bgpipe.Stage
- type Connect
- type Exec
- type Limit
- type Listen
- type Mrt
- type Speaker
- type Stdin
- type Stdout
- type Websocket
Constants ¶
This section is empty.
Variables ¶
View Source
var Repo = map[string]bgpipe.NewStage{ "connect": NewConnect, "listen": NewListen, "speaker": NewSpeaker, "mrt": NewMrt, "stdout": NewStdout, "stdin": NewStdin, "exec": NewExec, "limit": NewLimit, "websocket": NewWebsocket, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.