regen with never protoc-gen-go
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -14,16 +14,16 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.26.0-devel
|
||||
// protoc v3.6.1
|
||||
// protoc-gen-go v1.26.0
|
||||
// protoc v3.15.6
|
||||
// source: api/annotations.proto
|
||||
|
||||
package api
|
||||
|
||||
import (
|
||||
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
|
||||
reflect "reflect"
|
||||
)
|
||||
|
||||
@@ -36,7 +36,7 @@ const (
|
||||
|
||||
var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
{
|
||||
ExtendedType: (*descriptor.MethodOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
||||
ExtensionType: (*HttpRule)(nil),
|
||||
Field: 72295728,
|
||||
Name: "micro.api.http",
|
||||
@@ -44,7 +44,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "api/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.MethodOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
||||
ExtensionType: (*MicroMethod)(nil),
|
||||
Field: 65535655,
|
||||
Name: "micro.api.micro_method",
|
||||
@@ -52,7 +52,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "api/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.ServiceOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
|
||||
ExtensionType: (*MicroService)(nil),
|
||||
Field: 65535655,
|
||||
Name: "micro.api.micro_service",
|
||||
@@ -61,7 +61,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
},
|
||||
}
|
||||
|
||||
// Extension fields to descriptor.MethodOptions.
|
||||
// Extension fields to descriptorpb.MethodOptions.
|
||||
var (
|
||||
// See `HttpRule`.
|
||||
//
|
||||
@@ -73,7 +73,7 @@ var (
|
||||
E_MicroMethod = &file_api_annotations_proto_extTypes[1]
|
||||
)
|
||||
|
||||
// Extension fields to descriptor.ServiceOptions.
|
||||
// Extension fields to descriptorpb.ServiceOptions.
|
||||
var (
|
||||
// See `MicroService`
|
||||
//
|
||||
@@ -116,11 +116,11 @@ var file_api_annotations_proto_rawDesc = []byte{
|
||||
}
|
||||
|
||||
var file_api_annotations_proto_goTypes = []interface{}{
|
||||
(*descriptor.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
|
||||
(*descriptor.ServiceOptions)(nil), // 1: google.protobuf.ServiceOptions
|
||||
(*HttpRule)(nil), // 2: micro.api.HttpRule
|
||||
(*MicroMethod)(nil), // 3: micro.api.MicroMethod
|
||||
(*MicroService)(nil), // 4: micro.api.MicroService
|
||||
(*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
|
||||
(*descriptorpb.ServiceOptions)(nil), // 1: google.protobuf.ServiceOptions
|
||||
(*HttpRule)(nil), // 2: micro.api.HttpRule
|
||||
(*MicroMethod)(nil), // 3: micro.api.MicroMethod
|
||||
(*MicroService)(nil), // 4: micro.api.MicroService
|
||||
}
|
||||
var file_api_annotations_proto_depIdxs = []int32{
|
||||
0, // 0: micro.api.http:extendee -> google.protobuf.MethodOptions
|
||||
|
Reference in New Issue
Block a user