Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 Changes in this version type XContext + func WithNewContext(parent XContext, ctx context.Context) XContext v1.0.1 Dec 1, 2021 Changes in this version + type BaseCtx struct + Timer *timer.XTimer + XLog logs.Logger + func (t *BaseCtx) Deadline() (deadline time.Time, ok bool) + func (t *BaseCtx) Done() <-chan struct{} + func (t *BaseCtx) Err() error + func (t *BaseCtx) GetLog() logs.Logger + func (t *BaseCtx) GetTimer() *timer.XTimer + func (t *BaseCtx) Value(key interface{}) interface{} + type XContext interface + GetLog func() logs.Logger + GetTimer func() *timer.XTimer