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) []api.Record func StartTestServer(t testing.TB) *httptest.Server type DummyReporter func (r *DummyReporter) Report(rec api.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) []api.Record func StartTestServer ¶ added in v0.5.0 func StartTestServer(t testing.TB) *httptest.Server Types ¶ type DummyReporter ¶ type DummyReporter struct { sync.Mutex Records []api.Record } func (*DummyReporter) Report ¶ func (r *DummyReporter) Report(rec api.Record) Source Files ¶ View all Source files exporter.goprobe.goreporter.gostore.go Click to show internal directories. Click to hide internal directories.