Files
kopia/internal/grpcapi/Makefile
Jarek Kowalski 926e14aacb feat(repository): added PrefetchObjects() API (#1779)
* feat(repository): added precaching of data blobs

* feat(repository): added utilities for converting ID slices to strings

* feat(repository): added object.PrefetchBackingContents

* feat(repository): implemented Repository.PrefetchObjects

* feat(cli): added 'cache prefetch' subcommand

* feat(repository): prefetch in parallel

* added tests
2022-03-06 14:30:58 -08:00

11 lines
244 B
Makefile

rebuild:
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
repository_server.proto
install-tools:
brew install protobuf
brew install protoc-gen-go
brew install protoc-gen-go-grpc