From 9a13167f9ba49944959f671c7df8042df9cbc174 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 16 May 2016 17:12:44 -0700 Subject: [PATCH] Tag Balancer as experimental API --- balancer.go | 1 + 1 file changed, 1 insertion(+) 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