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>
This commit is contained in:
Florian Klink 2022-11-19 21:17:24 +00:00 committed by flokli
parent 2b9330911a
commit a91e6334ff
9 changed files with 2390 additions and 0 deletions

3
tvix/store/protos/go.mod Normal file
View file

@ -0,0 +1,3 @@
module code.tvl.fyi/tvix/store/protos
go 1.19