Versions in this module Expand all Collapse all v0 v0.1.32 Aug 10, 2021 Changes in this version + func ReleaseCtx(ctx Context) + type Context interface + Bytes func() []byte + Clear func() + Delete func(key string) + ForEach func(func(key string, val interface{}) interface{}) []interface{} + Get func(key string) string + GetAndDelete func(key string) interface{} + GetAny func(key string) interface{} + Length func() int + Put func(key string, val interface{}) + String func() string + func AcquireCtx(ops ...CtxOp) (Context, error) + func NewContext(ops ...CtxOp) (Context, error) + type CtxOp int + const ReadOp + const WriteOp