(ctx context.Context, b *jaeger.Batch)
| 44 | // JaegerClient is an interface used to mock the underlying client in tests. |
| 45 | type JaegerClient interface { |
| 46 | EmitBatch(ctx context.Context, b *jaeger.Batch) error |
| 47 | } |
| 48 | |
| 49 | // NewTraceInfo is used to produce a new TraceInfo. |
no outgoing calls
no test coverage detected