snix/snix/store-go
Florian Klink 36e4d017f5 chore(snix): s/tvix/snix/
Change-Id: Iae961416eea0a38bc57df7b736f6dda5903b0828
2025-03-17 17:15:08 +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): s/tvix/snix/ 2025-03-17 17:15:08 +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): s/tvix/snix/ 2025-03-17 17:15:08 +00:00
rpc_pathinfo_grpc.pb.go chore(snix): s/tvix/snix/ 2025-03-17 17:15:08 +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.