Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithProcessingOperation ¶
func ContextWithProcessingOperation(ctx context.Context, op *ProcessingContext) context.Context
Types ¶
type ProcessingContext ¶
type ProcessingContext struct {
// contains filtered or unexported fields
}
func New ¶
func New(traceID TraceID, spanID SpanID) *ProcessingContext
func ProcessingOperationFromContext ¶
func ProcessingOperationFromContext(ctx context.Context) *ProcessingContext
func (ProcessingContext) Foreign ¶
func (p ProcessingContext) Foreign() bool
func (ProcessingContext) IsValid ¶
func (p ProcessingContext) IsValid() bool
func (ProcessingContext) OperationID ¶
func (p ProcessingContext) OperationID() SpanID
func (ProcessingContext) TraceID ¶
func (p ProcessingContext) TraceID() TraceID
Click to show internal directories.
Click to hide internal directories.