Package-Level Constants (total 8, all are exported)
Connecting indicates the ClientConn is connecting.
Idle indicates the ClientConn is idle.
Ready indicates the ClientConn is ready for work.
ServingModeNotServing indicates that the server is not accepting new
connections. Existing connections will be closed gracefully, allowing
in-progress RPCs to complete. A server enters this mode when it does not
contain the required configuration to serve RPCs.
ServingModeServing indicates that the server contains all required
configuration and is serving RPCs.
ServingModeStarting indicates that the server is starting up.
Shutdown indicates the ClientConn has started shutting down.
TransientFailure indicates the ClientConn has seen a failure but expects to recover.
The pages are generated with Goldsv0.4.9. (GOOS=linux GOARCH=amd64)