Versions in this module Expand all Collapse all v0 v0.13.0 Jan 23, 2025 v0.12.2 Jan 22, 2025 Changes in this version + func WithValue(ctx context.Context, key interface{}, value interface{}) context.Context + type Context struct + func NewContext(parent context.Context) *Context + func (vc *Context) Deadline() (deadline time.Time, ok bool) + func (vc *Context) Done() <-chan struct{} + func (vc *Context) Err() error + func (vc *Context) Value(key interface{}) interface{} + func (vc *Context) WithValue(key interface{}, value interface{}) context.Context