Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_DISCOVERY_DEADLINE = 5 * time.Second DEFAULT_DISCOVERY_DELTA = 60 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func IsErrCanceled ¶
func IsErrDeadlineExceeded ¶
Types ¶
type ClientConn ¶
Client Configuration
type ClientPool ¶
type ClientPool struct { SkipVerify bool SSL bool Timeout time.Duration Discovery gopi.RPCServiceDiscovery Service string }
func (ClientPool) Services ¶
func (config ClientPool) Services() []string
type GRPCClientConn ¶
type GRPCClientConn interface { gopi.RPCClientConn // Return the gRPC ClientConn object GRPCConn() *grpc.ClientConn }
GRPCClientConn is an RPCClientConn which also returns gRPC-specific properties
Click to show internal directories.
Click to hide internal directories.