snix/snix/store-go
Florian Klink cade3d989d chore(snix/*-go): regenerate
build-go and store-go currently are skipped from CI until someone finds
time to work on https://git.snix.dev/snix/snix/issues/60.

We can however still regenerate the bindings at least, so do this.

Change-Id: I626da69f26bff24cdf3c01581931045a44635116
Reviewed-on: https://cl.snix.dev/c/snix/+/30335
Tested-by: besadii
Autosubmit: Florian Klink <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
2025-04-24 08:39:42 +00:00
..
testdata chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
default.nix chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
export.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
export_test.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
go.mod chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
go.sum chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
LICENSE chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
pathinfo.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
pathinfo.pb.go chore(snix/*-go): regenerate 2025-04-24 08:39:42 +00:00
pathinfo_test.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
pick_next_node_test.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
README.md chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
rpc_pathinfo.pb.go chore(snix/*-go): regenerate 2025-04-24 08:39:42 +00:00
rpc_pathinfo_grpc.pb.go chore(snix/*-go): regenerate 2025-04-24 08:39:42 +00:00

store-go

This directory contains generated golang bindings, both for the snix-store data models, as well as the gRPC bindings.

They are generated with mg run //snix:store-go:regenerate. These files end with .pb.go, and are ensured to be up to date by Ci check.

Additionally, code useful when interacting with these data structures (ending just with .go) is provided.