Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { Conn *grpc.ClientConn // contains filtered or unexported fields }
Conn is a single connection to pool wrapper
type Factory ¶
type Factory func() (*grpc.ClientConn, error)
Factory is a connection pool factory fun interface
Click to show internal directories.
Click to hide internal directories.