Documentation
¶
Overview ¶
Package grpc provides a set of utilities to manage grpc connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForConnectionReady ¶
func WaitForConnectionReady(ctx context.Context, conn *grpc.ClientConn, timeout time.Duration) error
WaitForConnectionReady tries to connect with a gRPC server until it is Ready. It stops waiting if the context expires or the connection is not Ready after the timeout.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.