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 5143e0d commit db6900cCopy full SHA for db6900c
internal/balancer/stub/stub.go
@@ -49,10 +49,7 @@ type BalancerData struct {
49
ClientConn balancer.ClientConn
50
// BuildOptions is set by the builder.
51
BuildOptions balancer.BuildOptions
52
- // Data may be used to store arbitrary user data.
53
- Data any
54
- // ChildBalancer holds the child balancer directly, avoiding the need
55
- // to type-assert from Data.
+ // ChildBalancer holds a child balancer.
56
ChildBalancer balancer.Balancer
57
}
58
0 commit comments