tvl-depot/tvix/store/protos
Florian Klink a91e6334ff feat(txix/store/protos): init go.mod, generate .pb.go files
This allows importing the generated .pb.go files into other go projects.

I initially looked at buildGo.protos, but it doesn't work for multi-.proto
files, and actually having LSP support for the generated structs is nice, too.

Change-Id: Idbd448008010790a10a0ea42e4059dbb609eaf1a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7322
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-12-26 11:38:52 +00:00
..
castore.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
castore.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
go.mod feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
LICENSE chore(tvix/store): move castore.proto 2022-12-04 10:41:39 +00:00
pathinfo.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
pathinfo.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
rpc_blobstore.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_blobstore.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
rpc_blobstore_grpc.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_directory.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_directory.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
rpc_directory_grpc.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_pathinfo.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_pathinfo.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
rpc_pathinfo_grpc.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00