Documentation ¶ Index ¶ func NewProbe(t testing.TB, u string) probe.Probe func NewStore(t testing.TB) *store.Store func RunCheck(ctx context.Context, p probe.Probe) []store.Record type DummyReporter func (r *DummyReporter) Report(rec store.Record) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewProbe ¶ func NewProbe(t testing.TB, u string) probe.Probe func NewStore ¶ func NewStore(t testing.TB) *store.Store func RunCheck ¶ func RunCheck(ctx context.Context, p probe.Probe) []store.Record Types ¶ type DummyReporter ¶ type DummyReporter struct { sync.Mutex Records []store.Record } func (*DummyReporter) Report ¶ func (r *DummyReporter) Report(rec store.Record) Source Files ¶ View all Source files probe.goreporter.gostore.go Click to show internal directories. Click to hide internal directories.