Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ctx ¶
type Ctx struct {
// contains filtered or unexported fields
}
func NewOutputChanCtx ¶
func NewOutputChanCtx(outSetting *fuzzTypes.OutputSetting, _ int) (*Ctx, error)
NewOutputChanCtx 创建一个新的输出管道
func (*Ctx) GetSingleOutObj ¶
func (c *Ctx) GetSingleOutObj() (*outputable.OutObj, bool)
GetSingleOutObj 从管道中取出一个输出对象
func (*Ctx) OutputChan ¶
func (c *Ctx) OutputChan() <-chan *outputable.OutObj
OutputChan 获取当前ctx的输出管道(只读)
Click to show internal directories.
Click to hide internal directories.