Versions in this module Expand all Collapse all v5 v5.0.2 Jan 18, 2024 v5.0.1 Jan 18, 2024 Changes in this version + type Context struct + func Background() *Context + func NewContext(ctx gcontext.Context, logger log.Logger) *Context + func (c *Context) L() log.Logger + func (c *Context) WithCancel() (*Context, gcontext.CancelFunc) + func (c *Context) WithContext(ctx gcontext.Context) *Context + func (c *Context) WithLogger(logger log.Logger) *Context Other modules containing this package github.com/dbakit/dumpling/v4