526295a71d
- Adjust to ecl 23.9.9 release
- Regenerate go protos after protoc-gen-go update
- Drop dhall fork which hasn't kept up with 1.42.*
- Address new clippy warnings:
- Variant naming of Error::ValidationError
- Simplify .try_into().unwrap()
- Drop unnecessary identity function
- Test module must be last in file
- Drop unused `pub use`
- Update agenix to 0.15.0. Current master has a installCheckPhase that
doesn't work with C++ Nix 2.3.*:
|
||
---|---|---|
.. | ||
castore.go | ||
castore.pb.go | ||
castore_test.go | ||
default.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
rename_node.go | ||
rpc_blobstore.pb.go | ||
rpc_blobstore_grpc.pb.go | ||
rpc_directory.pb.go | ||
rpc_directory_grpc.pb.go |
castore-go
This directory contains generated golang bindings, both for the tvix-castore
data models, as well as the gRPC bindings.
They are generated with mg run //tvix:castore-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.