package
0.0.5
Repository: https://github.com/tangelo-labs/go-grpcx.git
Documentation: pkg.go.dev

# Functions

StreamServerInterceptor returns a new streaming server interceptor for panic recovery.
UnaryServerInterceptor returns a new unary server interceptor for panic recovery.

# Type aliases

HandlerFunc is a function that recovers from the panic `p` by returning an `error`.