package
0.0.0-20240612054926-8f67b3a59c0e
Repository: https://github.com/saalikmubeen/go-grpc-implementation.git
Documentation: pkg.go.dev

# Functions

** GRPC INTERCEPTOR ** GRPC interceptor to log requests in the terminal UnaryServerInterceptor: func(ctx context.Context, req any, info *UnaryServerInfo, handler UnaryHandler) (resp any, err error).
* HTTP MIDDLEWARE The above GrpcLogger middleware will work only for gRPC requests.
NewServer creates a new gRPC server.

# Structs

No description provided by the author
ResponseRecorder struct that implements the http.ResponseWriter interface to track the status code and response body of the HTTP response from the handler.