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

build-go

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

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

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