about summary refs log tree commit diff
path: root/tvix/castore-go/README.md
blob: c7a2205ae884c6dfe45200a3095ea832a0e3909e (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: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.