Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Statistics ¶
func Statistics(r *malcontent.Report) error
Types ¶
type JSON ¶
type JSON struct {
// contains filtered or unexported fields
}
func (JSON) File ¶
func (r JSON) File(_ context.Context, _ *malcontent.FileReport) error
type KeyedBehavior ¶
type KeyedBehavior struct {
Key string
Behavior *malcontent.Behavior
}
type Markdown ¶
type Markdown struct {
// contains filtered or unexported fields
}
func NewMarkdown ¶
func (Markdown) File ¶
func (r Markdown) File(ctx context.Context, fr *malcontent.FileReport) error
type Simple ¶
type Simple struct {
// contains filtered or unexported fields
}
func (Simple) File ¶
func (r Simple) File(_ context.Context, fr *malcontent.FileReport) error
type Terminal ¶
type Terminal struct {
// contains filtered or unexported fields
}
func NewTerminal ¶
func (Terminal) File ¶
func (r Terminal) File(ctx context.Context, fr *malcontent.FileReport) error
type TerminalBrief ¶
type TerminalBrief struct {
// contains filtered or unexported fields
}
func NewTerminalBrief ¶
func NewTerminalBrief(w io.Writer) TerminalBrief
func (TerminalBrief) File ¶
func (r TerminalBrief) File(_ context.Context, fr *malcontent.FileReport) error
func (TerminalBrief) Full ¶
func (r TerminalBrief) Full(_ context.Context, rep *malcontent.Report) error
Click to show internal directories.
Click to hide internal directories.