google.golang.org/grpc/internal/status.Status.s (field)
12 uses
google.golang.org/grpc/internal/status (current package)
status.go#L43: s *spb.Status
status.go#L48: return &Status{s: &spb.Status{Code: int32(c), Message: msg}}
status.go#L58: return &Status{s: proto.Clone(s).(*spb.Status)}
status.go#L73: if s == nil || s.s == nil {
status.go#L76: return codes.Code(s.s.Code)
status.go#L81: if s == nil || s.s == nil {
status.go#L84: return s.s.Message
status.go#L92: return proto.Clone(s.s).(*spb.Status)
status.go#L118: return &Status{s: p}, nil
status.go#L124: if s == nil || s.s == nil {
status.go#L127: details := make([]interface{}, 0, len(s.s.Details))
status.go#L128: for _, any := range s.s.Details {
![]() |
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. |