Documentation ¶ Index ¶ type Ctx func NewHttpOutputCtx(outSetting *fuzzTypes.OutputSetting, _ int) (*Ctx, error) func (c *Ctx) Close() error func (c *Ctx) Log(log *outputable.Log) error func (c *Ctx) Output(obj *outputable.OutObj) error 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 NewHttpOutputCtx ¶ func NewHttpOutputCtx(outSetting *fuzzTypes.OutputSetting, _ int) (*Ctx, error) func (*Ctx) Close ¶ func (c *Ctx) Close() error func (*Ctx) Log ¶ func (c *Ctx) Log(log *outputable.Log) error func (*Ctx) Output ¶ func (c *Ctx) Output(obj *outputable.OutObj) error Source Files ¶ View all Source files errors.gohttpOutput.go Click to show internal directories. Click to hide internal directories.