Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthInterceptor ¶ added in v1.3.0
* AuthInterceptor Function for check authentication send in metadata Example: Bearer token Ref: https://github.com/grpc-ecosystem/go-grpc-middleware
func LogrusStreamInterceptor ¶ added in v1.2.0
func LogrusStreamInterceptor(logger *logrus.Entry, keys ...string) grpc.StreamServerInterceptor
* LogrusStreamInterceptor gRPC interceptor to log stream request duration status this function will set field request_id from metadata
func LogrusUnaryInterceptor ¶ added in v1.2.0
func LogrusUnaryInterceptor(logger *logrus.Entry, keys ...string) grpc.UnaryServerInterceptor
* //LogrusUnaryInterceptor gRPC interceptor to log unary request duration status this function will set field request_id from metadata
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.