package
1.10.0
Repository: https://github.com/aclisp/grpc-go.git
Documentation: pkg.go.dev

# Constants

Connecting indicates the ClienConn is connecting.
Idle indicates the ClientConn is idle.
Ready indicates the ClientConn is ready for work.
Shutdown indicates the ClientConn has started shutting down.
TransientFailure indicates the ClientConn has seen a failure but expects to recover.

# Interfaces

Reporter reports the connectivity states.

# Type aliases

State indicates the state of connectivity.