google.golang.org/grpc/internal/status.Status.Proto (method)
7 uses
google.golang.org/grpc/internal/status (current package)
status.go#L88: func (s *Status) Proto() *spb.Status {
status.go#L100: return &Error{e: s.Proto()}
status.go#L110: p := s.Proto()
google.golang.org/grpc/internal/binarylog
method_logger.go#L323: stProto := st.Proto()
google.golang.org/grpc/internal/transport
handler_server.go#L206: if p := st.Proto(); p != nil && len(p.Details) > 0 {
http2_server.go#L868: if p := st.Proto(); p != nil && len(p.Details) > 0 {
cloud.google.com/go/internal
annotate.go#L40: p := s.Proto()
![]() |
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. |