Versions in this module Expand all Collapse all v1 v1.6.3 Jan 15, 2024 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)