tvl-depot/tvix/build-go
sterni e220d80727 chore(3p/sources): Bump channels & overlays
- agenix has not been updated (https://github.com/ryantm/agenix/pull/241).

- //tvix: regenerate protobuf files

- //tvix:clippy: work around https://github.com/rust-lang/rust-clippy/issues/12281
  which exclusively causes false positives in our code at the moment.

Change-Id: I38d2f4c0e6d1abc92be360b06f58e6d40e7732a3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11127
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
2024-03-17 10:56:07 +00:00
..
build.pb.go chore(3p/sources): Bump channels & overlays 2024-03-17 10:56:07 +00:00
default.nix feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00
go.mod feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00
go.sum feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00
LICENSE feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00
README.md feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00
rpc_build.pb.go chore(3p/sources): Bump channels & overlays 2024-03-17 10:56:07 +00:00
rpc_build_grpc.pb.go feat(tvix/build-go): init 2023-12-11 21:43:38 +00:00

build-go

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

They are generated with mg run //tvix/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.