Documentation
¶
Index ¶
- Constants
- Variables
- func FnFlag(name, short, usage string, fn func()) *pflag.Flag
- 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
- type Connect
- type Exec
- type Limit
- type Listen
- type Mrt
- type Speaker
- type Stdin
- type Stdout
Constants ¶
View Source
const (
EXEC_OUTPUT_BUF = 100
)
View Source
const (
MAX_IPV6 = 58 // 58 bits for prefix + 6 bits for length
)
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, }
Functions ¶
func NewConnect ¶
func NewConnect(parent *bgpipe.StageBase) bgpipe.Stage
func NewSpeaker ¶
func NewSpeaker(parent *bgpipe.StageBase) bgpipe.Stage
Types ¶
type Exec ¶
type Exec struct {
*bgpipe.StageBase
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.