package
0.0.0-20250117172423-5e1936591be9
Repository: https://github.com/webitel/cases.git
Documentation: pkg.go.dev
# Functions
FromContext retrieves GRPCServerContext from the given context, or returns an empty GRPCServerContext if none is found.
SetRequestId adds a RequestId to the GRPCServerContext and returns a new context with this data.
SetUser adds a SignedInUser to the GRPCServerContext and returns a new context with this data.
# Structs
GRPCServerContext holds the custom context data for gRPC requests.