report

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2021 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const OutputTypeStdout = "stdout"

Variables

View Source
var AvailableOutputServices = make(map[string]ReportService)

Functions

This section is empty.

Types

type ReportService

type ReportService interface {
	DoneChan() <-chan struct{}
	Init() error
	Start(input chan *types.Response)
	Report()
}

ReportService is the interface that abstracts different report implementations.

func NewReportService

func NewReportService(s string) (service ReportService, err error)

NewReportService is the factory method of the ReportService.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL