blob: 1aee48dfdf3958349ef1a30ce0e76e23fdb9b52a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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-generate`.
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.
|