package
0.10.3
Repository: https://github.com/cloudwego/kitex.git
Documentation: pkg.go.dev

# Functions

GetContextMap returns the sync.Map in the given context.
WithContextMap returns a new context that carries a sync.Map It's useful if you want to share a sync.Map between middlewares, especially for Middleware and RecvMiddleware/SendMiddleware, since in recv/send middlewares, we can only get the stream.Context() which is a fixed node in the context tree.