Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2022 v0.0.1 Jan 18, 2022 Changes in this version + type Context struct + func NewContext(ctx context.Context) *Context + func WithLocalValue(ctx *Context, key, val interface{}) *Context + func WithValue(parent context.Context, key, val interface{}) *Context + func (c *Context) SetValue(key, val interface{}) + func (c *Context) String() string + func (c *Context) Value(key interface{}) interface{}