Skip to content

Commit db6900c

Browse files
small tweaks
1 parent 5143e0d commit db6900c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/balancer/stub/stub.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ type BalancerData struct {
4949
ClientConn balancer.ClientConn
5050
// BuildOptions is set by the builder.
5151
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.
52+
// ChildBalancer holds a child balancer.
5653
ChildBalancer balancer.Balancer
5754
}
5855

0 commit comments

Comments
 (0)