Skip to content

Commit

Permalink
Introduce grpcutil.ErrorDetails
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Nikolic <[email protected]>
  • Loading branch information
duricanikolic committed Jan 31, 2025
1 parent 959241b commit eca96aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions middleware/grpc_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import (

"github.com/go-kit/log"
"github.com/go-kit/log/level"

"github.com/grafana/dskit/grpcutil"

"github.com/prometheus/client_golang/prometheus"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
Expand Down
2 changes: 1 addition & 1 deletion middleware/grpc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"testing"

"github.com/go-kit/log"
"github.com/grafana/dskit/grpcutil"

"github.com/grafana/dskit/grpcutil"
"github.com/grafana/dskit/httpgrpc"

"github.com/stretchr/testify/require"
Expand Down

0 comments on commit eca96aa

Please sign in to comment.