Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { Info Router Discoverer }
type Discoverer ¶
type Router ¶
type Router interface { // ClientConnInterface interface allows Router use as grpc.ClientConnInterface // with lazy getting raw grpc-connection in Invoke() or NewStream() stages. // Lazy getting grpc-connection must use for embedded into driver client-side // balancing may be put into code-generated client constructor as is. grpc.ClientConnInterface closer.Closer }
Click to show internal directories.
Click to hide internal directories.