mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 22:21:16 +02:00
This commit adds structprotogen tool which is used to generate proto file from Go structs. Closes #6078. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
.
|
|
./hack/cloud-image-uploader
|
|
./hack/gotagsrewrite
|
|
./hack/structprotogen
|
|
./pkg/machinery
|
|
)
|