Tracer implements trace.TracerProvider.
(_ string, _ ...trace.TracerOption)
| 34 | |
| 35 | // Tracer implements trace.TracerProvider. |
| 36 | func (f *fakeTracer) Tracer(_ string, _ ...trace.TracerOption) trace.Tracer { |
| 37 | return f |
| 38 | } |
| 39 | |
| 40 | // Start implements trace.Tracer. |
| 41 | func (f *fakeTracer) Start(ctx context.Context, _ string, _ ...trace.SpanStartOption) (context.Context, trace.Span) { |
no outgoing calls
no test coverage detected