about summary refs log tree commit diff
path: root/tvix/store/protos/castore.proto
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-11-19T21·20+0000
committerflokli <flokli@flokli.de>2022-12-26T11·38+0000
commit2b9330911ac1ba9bd0751235e91a11f56ce3267d (patch)
tree36c0748a0544073cc3ec3524d8b0476197e73d7c /tvix/store/protos/castore.proto
parente05e8bdd036ea0bd185a2234921f2fcfc146cd55 (diff)
feat(tvix/store/protos): add go_package option r/5495
Change-Id: I0898b8a0a78e704219da38e5acaabef1e640d4e4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7321
Reviewed-by: Adam Joseph <adam@westernsemico.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/store/protos/castore.proto')
-rw-r--r--tvix/store/protos/castore.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/protos/castore.proto b/tvix/store/protos/castore.proto
index 3d380c63da..747aab08bd 100644
--- a/tvix/store/protos/castore.proto
+++ b/tvix/store/protos/castore.proto
@@ -5,6 +5,8 @@ syntax = "proto3";
 
 package tvix.store.v1;
 
+option go_package = "code.tvl.fyi/tvix/store/protos;storev1";
+
 // A Directory can contain Directory, File or Symlink nodes.
 // Each of these nodes have a name attribute, which is the basename in that directory
 // and node type specific attributes.