Documentation ¶
Index ¶
Constants ¶
View Source
const ( CmdPing = "ping" CmdCount = "count" CmdCountMod = "mod" CmdCountRate = "rate" CmdBench = "bench" CmdCommand = "command" )
Variables ¶
View Source
var ( ErrNotFound = errors.New("the command doesn't exist") ErrInvalidArgument = errors.New("invalid argument") )
Functions ¶
func NewBenchTransistor ¶
func NewBenchTransistor(com transistor.Component, opt Option) transistor.Transistor
Types ¶
Click to show internal directories.
Click to hide internal directories.