Documentation ¶
Index ¶
- type Context
- func (ctx *Context) Json() []byte
- func (ctx *Context) String() string
- func (ctx *Context) Value(key string) any
- func (ctx *Context) Values() map[string]any
- func (ctx *Context) WithLog() *Context
- func (ctx *Context) WithParent(parent context.Context) *Context
- func (ctx *Context) WithValue(key string, value any) *Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶ added in v1.1.218
type Context struct { context.Context Log *goo_log.Entry // contains filtered or unexported fields }
func WithCancel ¶ added in v1.1.218
func WithCancel() *Context
func WithParent ¶ added in v1.1.224
func (*Context) WithParent ¶ added in v1.1.224
Click to show internal directories.
Click to hide internal directories.