Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outputer ¶
type Outputer interface { Digest(inputChannel <-chan enricher.EnrichedData) group_waiter.Waitable Output(writer io.Writer) error }
func NewOutputer ¶
func NewOutputer(ctx context.Context, format formatter.FormatName, schemeType scheme.SchemeType, failedOnly bool) Outputer
Click to show internal directories.
Click to hide internal directories.