google.golang.org/grpc.Server.traceInfo (method)
4 uses
google.golang.org/grpc (current package)
server.go#L471: s.handleStream(data.st, data.stream, s.traceInfo(data.st, data.stream))
server.go#L852: s.handleStream(st, stream, s.traceInfo(st, stream))
server.go#L859: s.handleStream(st, stream, s.traceInfo(st, stream))
server.go#L913: func (s *Server) traceInfo(st transport.ServerTransport, stream *transport.Stream) (trInfo *traceInfo) {
 |
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. |