Versions in this module Expand all Collapse all v0 v0.0.0 Nov 23, 2022 Changes in this version + func ClientSpan(operationName string, ctx context.Context) (context.Context, opentracing.Span) + type TracingSpan interface + End func() + Finish func() + SetError func(msg string) + SetQuery func(query string) + SetTag func(key string, value interface{}) + func NewDatastoreSpan(ctx context.Context, name string, datastore string) (TracingSpan, context.Context) + func NewExternalSpan(ctx context.Context, name string, url string) (TracingSpan, context.Context) + func NewHTTPExternalSpan(ctx context.Context, name string, url string, hdr http.Header) (TracingSpan, context.Context) + func NewInternalSpan(ctx context.Context, name string) (TracingSpan, context.Context)