Home
last modified time | relevance | path

Searched refs:ReportChannel (Results 1 – 6 of 6) sorted by relevance

/dports/net/ooni-mini/probe-engine-0.23.0/probeservices/
H A Dcollector.go100 func (c Client) OpenReport(ctx context.Context, rt ReportTemplate) (ReportChannel, error) {
167 type ReportChannel interface { interface
173 var _ ReportChannel = &reportChan{}
178 OpenReport(ctx context.Context, rt ReportTemplate) (ReportChannel, error)
189 channel ReportChannel
H A Dcollector_test.go322 ) (probeservices.ReportChannel, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/probeservices/
H A Dcollector.go100 func (c Client) OpenReport(ctx context.Context, rt ReportTemplate) (ReportChannel, error) {
167 type ReportChannel interface { interface
173 var _ ReportChannel = &reportChan{}
178 OpenReport(ctx context.Context, rt ReportTemplate) (ReportChannel, error)
189 channel ReportChannel
H A Dcollector_test.go322 ) (probeservices.ReportChannel, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/
H A Dexperiment.go33 report probeservices.ReportChannel
/dports/net/ooni-mini/probe-engine-0.23.0/
H A Dexperiment.go35 report probeservices.ReportChannel