Documentation
¶
Overview ¶
Package basic is test infrastructure to enable tests to have a tracer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseableTracer ¶ added in v0.14.20
type CloseableTracer interface {
opentracing.Tracer
Close()
}
func InitTracer ¶
func InitTracer(opts []string) (CloseableTracer, error)
Click to show internal directories.
Click to hide internal directories.