Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnPool ¶
type ConnPool struct {
// contains filtered or unexported fields
}
func NewConnPool ¶
func (*ConnPool) Get ¶
func (p *ConnPool) Get() *grpc.ClientConn
type CreateConnFunc ¶
type CreateConnFunc func() (*grpc.ClientConn, error)
Click to show internal directories.
Click to hide internal directories.