We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c546e58 commit de4585dCopy full SHA for de4585d
1 file changed
client/matching/partition_counts.go
@@ -5,13 +5,13 @@ import (
5
"errors"
6
"slices"
7
8
- "github.com/gogo/protobuf/proto"
9
taskqueuespb "go.temporal.io/server/api/taskqueue/v1"
10
"go.temporal.io/server/common/log"
11
"go.temporal.io/server/common/log/tag"
12
serviceerrors "go.temporal.io/server/common/serviceerror"
13
"google.golang.org/grpc"
14
"google.golang.org/grpc/metadata"
+ "google.golang.org/protobuf/proto"
15
)
16
17
// The "-bin" suffix instructs grpc to base64-encode the value, so we can use binary.
0 commit comments