11 lines
386 B
Markdown
11 lines
386 B
Markdown
|
# 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.
|