about summary refs log tree commit diff
path: root/tvix/store-go/README.md
blob: 594513412d88939a6b54eb163958ebde7098b4f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# store-go

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

They are generated with `mg run //tvix:store-go:regenerate`.
These files end with `.pb.go`, and are ensured to be up to date by Ci check.

Additionally, code useful when interacting with these data structures
(ending just with `.go`) is provided.