Documentation
¶
Index ¶
- Variables
- func NewConnect(parent *core.StageBase) core.Stage
- func NewExec(parent *core.StageBase) core.Stage
- func NewGrep(parent *core.StageBase) core.Stage
- func NewLimit(parent *core.StageBase) core.Stage
- func NewListen(parent *core.StageBase) core.Stage
- func NewPipe(parent *core.StageBase) core.Stage
- func NewRead(parent *core.StageBase) core.Stage
- func NewSpeaker(parent *core.StageBase) core.Stage
- func NewStdin(parent *core.StageBase) core.Stage
- func NewStdout(parent *core.StageBase) core.Stage
- func NewWebsocket(parent *core.StageBase) core.Stage
- func NewWrite(parent *core.StageBase) core.Stage
- type Connect
- type Exec
- type Grep
- type Limit
- type Listen
- type Pipe
- type Read
- type Speaker
- type Stdin
- type Stdout
- type Websocket
- type Write
Constants ¶
This section is empty.
Variables ¶
View Source
var Repo = map[string]core.NewStage{ "connect": NewConnect, "exec": NewExec, "grep": NewGrep, "limit": NewLimit, "listen": NewListen, "pipe": NewPipe, "read": NewRead, "speaker": NewSpeaker, "stdin": NewStdin, "stdout": NewStdout, "websocket": NewWebsocket, "write": NewWrite, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.