Versions in this module Expand all Collapse all v0 v0.0.1 Jan 18, 2020 Changes in this version + type Pool struct + func NewPool(size int, ttl time.Duration) *Pool + func (p *Pool) Get(addr string, opts ...grpc.DialOption) (*poolConn, error) + func (p *Pool) Put(addr string, conn *poolConn, err error)