Documentation ¶
Index ¶
- func Values(value interface{}) map[interface{}]interface{}
- type Tracer
- func (t *Tracer) BytesToValue(bytes []byte) (interface{}, error)
- func (t *Tracer) Extract(format interface{}, opaqueCarrier interface{}) (opentracing.SpanContext, error)
- func (t *Tracer) Inject(sc opentracing.SpanContext, format interface{}, carrier interface{}) error
- func (t *Tracer) ValueToBytes(value interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tracer ¶
type Tracer struct { opentracing.Tracer *coder.Appender }
Tracer .
func (*Tracer) BytesToValue ¶
BytesToValue .
func (*Tracer) Extract ¶
func (t *Tracer) Extract(format interface{}, opaqueCarrier interface{}) (opentracing.SpanContext, error)
Extract .
func (*Tracer) Inject ¶
func (t *Tracer) Inject(sc opentracing.SpanContext, format interface{}, carrier interface{}) error
Inject .
func (*Tracer) ValueToBytes ¶
ValueToBytes .
Click to show internal directories.
Click to hide internal directories.