92bd69aef2
The command is called `regenerate`, not `generate`. Change-Id: I18075042ebd461e4dd0718a936e6bbe738a144d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10259 Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
10 lines
388 B
Markdown
10 lines
388 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: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.
|