Documentation ¶ Index ¶ func Background() context.Context func Keys() []string func NewContextKey(name string) *contextKey func Values(ctx context.Context) map[string]interface{} func WithValue(ctx context.Context, key interface{}, value interface{}) context.Context type Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Background ¶ func Background() context.Context func Keys ¶ added in v0.1.1 func Keys() []string func NewContextKey ¶ func NewContextKey(name string) *contextKey Creates new key for context.WithValue() func Values ¶ added in v0.1.1 func Values(ctx context.Context) map[string]interface{} func WithValue ¶ func WithValue(ctx context.Context, key interface{}, value interface{}) context.Context Types ¶ type Context ¶ type Context = context.Context Source Files ¶ View all Source files context.go std.go Click to show internal directories. Click to hide internal directories.