Versions in this module Expand all Collapse all v1 v1.0.0 Dec 29, 2020 Changes in this version + type Conn struct + type ConnPool struct + func NewConnPool(cap int, serverURL string, connLifeTime time.Duration) (*ConnPool, error) + func (cp *ConnPool) Close() + func (cp *ConnPool) Get() (*grpc.ClientConn, error) + func (cp *ConnPool) Put(conn *grpc.ClientConn) error