Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventReceiver ¶
type EventReceiver struct{}
EventReceiver provides an embeddable implementation of dbr.TracingEventReceiver powered by opentracing-go.
func (EventReceiver) SpanError ¶
func (EventReceiver) SpanError(ctx context.Context, err error)
SpanError adds an error to the span associated with ctx.
func (EventReceiver) SpanFinish ¶
func (EventReceiver) SpanFinish(ctx context.Context)
SpanFinish finishes the span associated with ctx.
Click to show internal directories.
Click to hide internal directories.