func google.golang.org/grpc/internal/channelz.Info
4 uses
google.golang.org/grpc/internal/channelz (current package)
logging.go#L30: func Info(l grpclog.DepthLoggerV2, id int64, args ...interface{}) {
google.golang.org/grpc
clientconn.go#L162: channelz.Info(logger, cc.channelzID, "Channel Created")
clientconn.go#L683: channelz.Info(logger, cc.channelzID, "ignoring balancer switching: Balancer DialOption used instead")
resolver_conn_wrapper.go#L180: channelz.Info(logger, ccr.cc.channelzID, "Service config lookups disabled; ignoring config")
![]() |
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. |