Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + type Info struct + func (i Info) Addr() *addr.AppAddr + func (i Info) Fail() + func (i Info) Name() string + type Pool struct + func NewPool(svcInfo topology.IDAddrMap, opts healthpool.PoolOptions) (*Pool, error) + func (p *Pool) Choose() (Info, error) + func (p *Pool) Close() + func (p *Pool) Update(svcInfo topology.IDAddrMap) error