blob: 5491b136937f302bac75ba8a8a0a89c740b8bb01 [file] [log] [blame]
syntax = "proto2";
package upbc;
import "google/protobuf/compiler/plugin.proto";
message CodeGeneratorRequest {
// The pb sent by protoc to its plugins.
optional google.protobuf.compiler.CodeGeneratorRequest request = 1;
// Mini descriptors for the above pb, keyed by the fully qualified names.
map<string, string> mini_descriptors = 2;
}