From 2b9330911ac1ba9bd0751235e91a11f56ce3267d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 19 Nov 2022 21:20:14 +0000 Subject: feat(tvix/store/protos): add go_package option Change-Id: I0898b8a0a78e704219da38e5acaabef1e640d4e4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7321 Reviewed-by: Adam Joseph Tested-by: BuildkiteCI --- tvix/store/protos/castore.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/store/protos/castore.proto') diff --git a/tvix/store/protos/castore.proto b/tvix/store/protos/castore.proto index 3d380c63da98..747aab08bdf4 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. -- cgit 1.4.1