Documentation ¶
Overview ¶
Package fillcontext implements a gRPC middleware that fills global context into a call context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamServerInterceptor ¶
func StreamServerInterceptor(fillers ...fillcontext.Filler) grpc.StreamServerInterceptor
StreamServerInterceptor returns a new streaming server interceptor that that modifies the context.
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(fillers ...fillcontext.Filler) grpc.UnaryServerInterceptor
UnaryServerInterceptor returns a new unary server interceptor that modifies the context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.