Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyTracer ¶
type EmptyTracer struct {
}
func (*EmptyTracer) Start ¶
func (tracer *EmptyTracer) Start(_ context.Context, _ string, _ string) TracerInstance
type EmptyTracerInstance ¶
type EmptyTracerInstance struct {
}
func (*EmptyTracerInstance) End ¶
func (instance *EmptyTracerInstance) End()
type Tracer ¶
type Tracer interface {
Start(ctx context.Context, name string, kind string) TracerInstance
}
type TracerInstance ¶
Click to show internal directories.
Click to hide internal directories.