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 TracerInstance ¶
type TracerInstance interface {
End()
}
Click to show internal directories.
Click to hide internal directories.