google.golang.org/grpc/internal/transport.Stream.Status (method)
7 uses
google.golang.org/grpc/internal/transport (current package)
transport.go#L412: func (s *Stream) Status() *status.Status {
google.golang.org/grpc
stream.go#L537: code = cs.attempt.s.Status().Code()
stream.go#L626: if err == nil || (err == io.EOF && a.s.Status().Code() == codes.OK) {
stream.go#L911: if statusErr := a.s.Status().Err(); statusErr != nil {
stream.go#L950: return a.s.Status().Err() // non-server streaming Recv returns nil on success
stream.go#L1244: if statusErr := as.s.Status().Err(); statusErr != nil {
stream.go#L1267: return as.s.Status().Err() // non-server streaming Recv returns nil on success
![]() |
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. |