All Downloads are FREE. Search and download functionalities are using the official Maven repository.

imports.trpc.proto Maven / Gradle / Ivy

syntax = "proto3";

import "google/protobuf/descriptor.proto";

package trpc;

option java_package = "com.tencent.trpc.codegen.extension";
option java_outer_classname = "TrpcExtensionProto";

extend google.protobuf.MethodOptions {
  string alias = 50001;
}

extend google.protobuf.FieldOptions {
  string go_tag = 50050;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy