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.
8 lines
211 B
Protocol Buffer
8 lines
211 B
Protocol Buffer
// 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;
|
|
}
|