feat(tvix/store/protos): add go_package option
Change-Id: I0898b8a0a78e704219da38e5acaabef1e640d4e4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7321 Reviewed-by: Adam Joseph <adam@westernsemico.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
e05e8bdd03
commit
2b9330911a
5 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ syntax = "proto3";
|
|||
|
||||
package tvix.store.v1;
|
||||
|
||||
option go_package = "code.tvl.fyi/tvix/store/protos;storev1";
|
||||
|
||||
service BlobService {
|
||||
rpc Get(GetBlobRequest) returns (GetBlobResponse);
|
||||
rpc Put(PutBlobRequest) returns (PutBlobResponse);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue