This commit is contained in:
iamqizhao 2016-05-26 15:49:50 -07:00
Родитель 7acc9989fd
Коммит cf595a8fcd
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -49,8 +49,7 @@ type Address struct {
// Addr is the server address on which a connection will be established.
Addr string
// Metadata is the information associated with Addr, which may be used
// to make load balancing decision. This is from the metadata attached
// in the address updates from name resolver.
// to make load balancing decision.
Metadata interface{}
}