Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReporter ¶
func NewReporter( matcher matcher.Matcher, client client.Client, opts ReporterOptions, ) creporter.Reporter
NewReporter creates a new reporter.
Types ¶
type ReporterOptions ¶
type ReporterOptions interface { // SetClockOptions sets the clock options. SetClockOptions(value clock.Options) ReporterOptions // ClockOptions returns the clock options. ClockOptions() clock.Options // SetInstrumentOptions sets the instrument options. SetInstrumentOptions(value instrument.Options) ReporterOptions // InstrumentOptions returns the instrument options. InstrumentOptions() instrument.Options }
ReporterOptions provide a set of options for the reporter.
func NewReporterOptions ¶
func NewReporterOptions() ReporterOptions
NewReporterOptions creates a new set of options.
Click to show internal directories.
Click to hide internal directories.