Versions in this module Expand all Collapse all v1 v1.6.1 Aug 24, 2020 v1.6.0 Aug 13, 2020 Changes in this version + const ErrClientCanceled + const ErrDeadlineExceeded v1.5.0 May 20, 2020 Changes in this version + 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 WriteError(err error, w http.ResponseWriter) Other modules containing this package github.com/grafana/loki/v3