Documentation ¶
Index ¶
- func New() *factory
- type Base
- func (b *Base) BaseDir() string
- func (b *Base) DebugEnabled() bool
- func (b *Base) GetLinks(result scan.Result) []string
- func (b *Base) GroupResults(results []scan.Result) ([]GroupedResult, error)
- func (b *Base) IncludeIgnored() bool
- func (b *Base) IncludePassed() bool
- func (b *Base) Output(results scan.Results) error
- func (b *Base) Path(result scan.Result) string
- func (b *Base) Writer() io.Writer
- type ConfigurableFormatter
- type Formatter
- type GroupedResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) DebugEnabled ¶
func (*Base) GroupResults ¶
func (b *Base) GroupResults(results []scan.Result) ([]GroupedResult, error)
func (*Base) IncludeIgnored ¶
func (*Base) IncludePassed ¶
type ConfigurableFormatter ¶
type GroupedResult ¶
type GroupedResult struct {
// contains filtered or unexported fields
}
func (*GroupedResult) Len ¶
func (g *GroupedResult) Len() int
func (*GroupedResult) Results ¶
func (g *GroupedResult) Results() []scan.Result
func (*GroupedResult) String ¶
func (g *GroupedResult) String() string
Click to show internal directories.
Click to hide internal directories.