Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestIDFromContext ¶ added in v0.1.0
Types ¶
type Tracer ¶
type Tracer interface { io.Closer FromCtx(ctx context.Context, op string) (opentracing.Span, context.Context) FromCtxf(ctx context.Context, msg string, args ...interface{}) (opentracing.Span, context.Context) }
Tracer describes a tracing adapter interface.
Click to show internal directories.
Click to hide internal directories.