feat(wfe-buildkit-protos): generate full BuildKit gRPC API (tonic 0.14)
New crate generating Rust gRPC stubs from the official BuildKit proto files (git submodule from moby/buildkit). Control service, LLB definitions, session protocols, and source policy. tonic 0.14 / prost 0.14.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Stub for vtprotobuf extensions — not needed for Rust codegen
|
||||
syntax = "proto3";
|
||||
package vtproto;
|
||||
import "google/protobuf/descriptor.proto";
|
||||
extend google.protobuf.MessageOptions {
|
||||
bool mempool = 64101;
|
||||
}
|
||||
Reference in New Issue
Block a user