google.golang.org/grpc/internal/transport.Stream.Trailer (method)
12 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L216: if md := s.Trailer(); len(md) > 0 {
transport.go#L385: func (s *Stream) Trailer() metadata.MD {
google.golang.org/grpc
rpc_util.go#L226: *o.TrailerAddr = attempt.s.Trailer()
server.go#L1218: Trailer: stream.Trailer(),
server.go#L1252: Trailer: stream.Trailer(),
server.go#L1279: Trailer: stream.Trailer(),
server.go#L1465: Trailer: ss.s.Trailer(),
server.go#L1480: Trailer: ss.s.Trailer(),
stream.go#L519: sps := cs.attempt.s.Trailer()["grpc-retry-pushback-ms"]
stream.go#L677: return cs.attempt.s.Trailer()
stream.go#L969: tr = a.s.Trailer()
stream.go#L1150: return as.s.Trailer()
![]() |
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. |