type google.golang.org/grpc.fmtStringer
9 uses
google.golang.org/grpc (current package)
server.go#L1069: trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
server.go#L1352: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
server.go#L1495: trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
server.go#L1501: trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
server.go#L1542: trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1412: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1472: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
trace.go#L112: type fmtStringer struct {
trace.go#L117: func (f *fmtStringer) String() string {
 |
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. |