Versions in this module Expand all Collapse all v2 v2.5.2 Apr 27, 2022 Changes in this version + const ErrClientCanceled + const ErrDeadlineExceeded + const StatusClientClosedRequest + var RecoveryGRPCStreamInterceptor = grpc_recovery.StreamServerInterceptor(grpc_recovery.WithRecoveryHandler(onPanic)) + var RecoveryGRPCUnaryInterceptor = grpc_recovery.UnaryServerInterceptor(grpc_recovery.WithRecoveryHandler(onPanic)) + var RecoveryHTTPMiddleware = middleware.Func(func(next http.Handler) http.Handler { ... }) + func NewPrepopulateMiddleware() middleware.Interface + func ResponseJSONMiddleware() middleware.Interface + func WriteError(err error, w http.ResponseWriter)