We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f7560 commit 453b8a6Copy full SHA for 453b8a6
balancers/context.go
@@ -6,7 +6,8 @@ import (
6
"github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint"
7
)
8
9
-// WithNodeID returns the copy of context with NodeID which the client balancer will prefer on step of choose YDB endpoint step
+// WithNodeID returns the copy of context with NodeID which the client balancer will
10
+// prefer on step of choose YDB endpoint step
11
//
12
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
13
func WithNodeID(ctx context.Context, nodeID uint32) context.Context {
0 commit comments