func google.golang.org/grpc/internal/channelz.Error
5 uses
google.golang.org/grpc/internal/channelz (current package)
logging.go#L80: func Error(l grpclog.DepthLoggerV2, id int64, args ...interface{}) {
google.golang.org/grpc
clientconn.go#L1340: channelz.Error(logger, ac.channelzID, "Health check is requested but health check function is not set.")
clientconn.go#L1370: channelz.Error(logger, ac.channelzID, "Subchannel health check is unimplemented at server side, thus health check is disabled")
server.go#L985: channelz.Error(logger, s.channelzID, "grpc: server failed to encode response: ", err)
server.go#L990: channelz.Error(logger, s.channelzID, "grpc: server failed to compress response: ", err)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |