Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoConsolePrinter ¶
type GoConsolePrinter struct {
// contains filtered or unexported fields
}
GoConsolePrinter is a console printer for nuclei using gologger
func NewGoConsolePrinter ¶
func NewGoConsolePrinter() *GoConsolePrinter
func (*GoConsolePrinter) Error ¶
func (p *GoConsolePrinter) Error(msg string)
func (*GoConsolePrinter) Log ¶
func (p *GoConsolePrinter) Log(msg string)
func (*GoConsolePrinter) Warn ¶
func (p *GoConsolePrinter) Warn(msg string)
Click to show internal directories.
Click to hide internal directories.