Documentation ¶
Index ¶
- func New() *factory
- func NewReturned() *factoryReturned
- 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 BaseReturned
- func (b *BaseReturned) BaseDir() string
- func (b *BaseReturned) DebugEnabled() bool
- func (b *BaseReturned) GetLinks(result scan.Result) []string
- func (b *BaseReturned) GroupResults(results []scan.Result) ([]GroupedResult, error)
- func (b *BaseReturned) IncludeIgnored() bool
- func (b *BaseReturned) IncludePassed() bool
- func (b *BaseReturned) OutputReturned(results scan.Results) ([]byte, error)
- func (b *BaseReturned) Path(result scan.Result) string
- func (b *BaseReturned) Writer() io.Writer
- type ConfigurableFormatter
- type Formatter
- type FormatterReturned
- type GroupedResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReturned ¶
func NewReturned() *factoryReturned
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 BaseReturned ¶
type BaseReturned struct {
// contains filtered or unexported fields
}
func NewBaseReturned ¶
func NewBaseReturned() *BaseReturned
func (*BaseReturned) BaseDir ¶
func (b *BaseReturned) BaseDir() string
func (*BaseReturned) DebugEnabled ¶
func (b *BaseReturned) DebugEnabled() bool
func (*BaseReturned) GroupResults ¶
func (b *BaseReturned) GroupResults(results []scan.Result) ([]GroupedResult, error)
func (*BaseReturned) IncludeIgnored ¶
func (b *BaseReturned) IncludeIgnored() bool
func (*BaseReturned) IncludePassed ¶
func (b *BaseReturned) IncludePassed() bool
func (*BaseReturned) OutputReturned ¶
func (b *BaseReturned) OutputReturned(results scan.Results) ([]byte, error)
func (*BaseReturned) Writer ¶
func (b *BaseReturned) Writer() io.Writer
type ConfigurableFormatter ¶
type FormatterReturned ¶
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.