google.golang.org/grpc.clientStream.shouldRetry (method)

2 uses

	google.golang.org/grpc (current package)
		stream.go#L476: func (cs *clientStream) shouldRetry(err error) error {
		stream.go#L587: 		if err := cs.shouldRetry(lastErr); err != nil {