Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenTracer ¶
type OpenTracer interface {
Connect(ctx context.Context) error
Tracer() opentracing.Tracer
Close(ctx context.Context) error
}
OpenTracer defines service tracer with Connect/Close options on demand and not on creation
Click to show internal directories.
Click to hide internal directories.