Fix UnimplementedContentAddressableStorageServer import (#645)

`repb.UnimplementedContentAddressableStorageServer` and `regrpc.UnimplementedContentAddressableStorageServer` produce stubs with different method signatures (at least in google3). Without this change, a subsequent google3 import of http://github.com/bazelbuild/remote-apis would fail.
1 file changed
tree: 6b84469648b7c964d0eaa2a5141e9b96ac0f6d87
  1. .bazelci/
  2. .githooks/
  3. .github/
  4. external/
  5. go/
  6. .bazelrc
  7. .bazelversion
  8. .gitignore
  9. .golangci.yml
  10. AUTHORS
  11. BUILD.bazel
  12. check-gofmt.sh
  13. check-golint.sh
  14. CONTRIBUTING.md
  15. CONTRIBUTORS
  16. go.mod
  17. go.sum
  18. LICENSE
  19. MODULE.bazel
  20. MODULE.bazel.lock
  21. README.md
  22. setup-githooks.sh
README.md

Remote Execution API SDKs

CI status: Build Status

PkgGoDev

This repository contains SDKs for the Remote Execution API.

See each language subdirectory's README.md for more specific instructions on using the SDK for that language.