Searched refs:ReportChannel (Results 1 – 6 of 6) sorted by relevance
/dports/net/ooni-mini/probe-engine-0.23.0/probeservices/ |
H A D | collector.go | 100 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 D | collector_test.go | 322 ) (probeservices.ReportChannel, error) {
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/probeservices/ |
H A D | collector.go | 100 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 D | collector_test.go | 322 ) (probeservices.ReportChannel, error) {
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/ |
H A D | experiment.go | 33 report probeservices.ReportChannel
|
/dports/net/ooni-mini/probe-engine-0.23.0/ |
H A D | experiment.go | 35 report probeservices.ReportChannel
|