2023-10-17 14:42:58 +02:00
|
|
|
# store-go
|
|
|
|
|
|
|
|
This directory contains generated golang bindings, both for the tvix-store data
|
|
|
|
models, as well as the gRPC bindings.
|
|
|
|
|
2023-12-11 22:36:27 +01:00
|
|
|
They are generated with `mg run //tvix:store-go:regenerate`.
|
2023-10-17 14:42:58 +02:00
|
|
|
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
|
2023-12-11 22:36:27 +01:00
|
|
|
(ending just with `.go`) is provided.
|