change extension number to avoid conflict
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
02aa11ff16
commit
74f8928625
@ -38,9 +38,9 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
{
|
||||
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
||||
ExtensionType: (*HttpRule)(nil),
|
||||
Field: 72295728,
|
||||
Field: 65535654,
|
||||
Name: "micro.api.http",
|
||||
Tag: "bytes,72295728,opt,name=http",
|
||||
Tag: "bytes,65535654,opt,name=http",
|
||||
Filename: "api/annotations.proto",
|
||||
},
|
||||
{
|
||||
@ -65,7 +65,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
var (
|
||||
// See `HttpRule`.
|
||||
//
|
||||
// optional micro.api.HttpRule http = 72295728;
|
||||
// optional micro.api.HttpRule http = 65535654;
|
||||
E_Http = &file_api_annotations_proto_extTypes[0]
|
||||
// See `MicroMethod`.
|
||||
//
|
||||
@ -92,8 +92,8 @@ var file_api_annotations_proto_rawDesc = []byte{
|
||||
0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x4a, 0x0a, 0x04, 0x68, 0x74, 0x74, 0x70, 0x12, 0x1e, 0x2e,
|
||||
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
||||
0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb0, 0xca,
|
||||
0xbc, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x61,
|
||||
0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xa6, 0xfd,
|
||||
0x9f, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x61,
|
||||
0x70, 0x69, 0x2e, 0x48, 0x74, 0x74, 0x70, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x68, 0x74, 0x74,
|
||||
0x70, 0x3a, 0x5c, 0x0a, 0x0c, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x5f, 0x6d, 0x65, 0x74, 0x68, 0x6f,
|
||||
0x64, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
|
@ -28,7 +28,7 @@ option objc_class_prefix = "MAPI";
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
// See `HttpRule`.
|
||||
HttpRule http = 72295728;
|
||||
HttpRule http = 65535654;
|
||||
}
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
|
8087
openapiv3/gopenapiv3.pb.go
Normal file
8087
openapiv3/gopenapiv3.pb.go
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user