diff --git a/balancer.go b/balancer.go index ecfaeb21..1a9c7501 100644 --- a/balancer.go +++ b/balancer.go @@ -51,6 +51,7 @@ type Address struct { } // Balancer chooses network addresses for RPCs. +// This is the EXPERIMENTAL API and may be changed or extended in the future. type Balancer interface { // Up informs the balancer that gRPC has a connection to the server at // addr. It returns down which is called once the connection to addr gets