driverctx

package
v1.0.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2022 License: Apache-2.0 Imports: 1 Imported by: 9

Documentation

Index

Constants

View Source
const (
	CorrelationIdContextKey contextKey = iota
	ConnIdContextKey
)

Variables

This section is empty.

Functions

func ConnIdFromContext

func ConnIdFromContext(ctx context.Context) string

ConnIdFromContext retrieves the connectionId stored in context.

func CorrelationIdFromContext

func CorrelationIdFromContext(ctx context.Context) string

CorrelationIdFromContext retrieves the correlationId stored in context.

func NewContextWithConnId

func NewContextWithConnId(ctx context.Context, connId string) context.Context

NewContextWithConnId creates a new context with connectionId value.

func NewContextWithCorrelationId

func NewContextWithCorrelationId(ctx context.Context, correlationId string) context.Context

NewContextWithCorrelationId creates a new context with correlationId value. Used by Logger to populate field corrId.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL