add tag support
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.25.0-devel
|
||||
// protoc v3.6.1
|
||||
// protoc-gen-go v1.26.0
|
||||
// protoc v3.15.6
|
||||
// source: openapiv2/annotations.proto
|
||||
|
||||
package openapiv2
|
||||
|
||||
import (
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
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"
|
||||
)
|
||||
|
||||
@@ -21,13 +20,9 @@ const (
|
||||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
// This is a compile-time assertion that a sufficiently up-to-date version
|
||||
// of the legacy proto package is being used.
|
||||
const _ = proto.ProtoPackageIsVersion4
|
||||
|
||||
var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
{
|
||||
ExtendedType: (*descriptor.FileOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.FileOptions)(nil),
|
||||
ExtensionType: (*Swagger)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_swagger",
|
||||
@@ -35,7 +30,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "openapiv2/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.MethodOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
||||
ExtensionType: (*Operation)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_operation",
|
||||
@@ -43,7 +38,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "openapiv2/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.MessageOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.MessageOptions)(nil),
|
||||
ExtensionType: (*Schema)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_schema",
|
||||
@@ -51,7 +46,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "openapiv2/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.ServiceOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
|
||||
ExtensionType: (*Tag)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_tag",
|
||||
@@ -59,7 +54,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "openapiv2/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.FieldOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.FieldOptions)(nil),
|
||||
ExtensionType: (*JSONSchema)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_field",
|
||||
@@ -68,7 +63,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
},
|
||||
}
|
||||
|
||||
// Extension fields to descriptor.FileOptions.
|
||||
// Extension fields to descriptorpb.FileOptions.
|
||||
var (
|
||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||
//
|
||||
@@ -79,7 +74,7 @@ var (
|
||||
E_Openapiv2Swagger = &file_openapiv2_annotations_proto_extTypes[0]
|
||||
)
|
||||
|
||||
// Extension fields to descriptor.MethodOptions.
|
||||
// Extension fields to descriptorpb.MethodOptions.
|
||||
var (
|
||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||
//
|
||||
@@ -90,7 +85,7 @@ var (
|
||||
E_Openapiv2Operation = &file_openapiv2_annotations_proto_extTypes[1]
|
||||
)
|
||||
|
||||
// Extension fields to descriptor.MessageOptions.
|
||||
// Extension fields to descriptorpb.MessageOptions.
|
||||
var (
|
||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||
//
|
||||
@@ -101,7 +96,7 @@ var (
|
||||
E_Openapiv2Schema = &file_openapiv2_annotations_proto_extTypes[2]
|
||||
)
|
||||
|
||||
// Extension fields to descriptor.ServiceOptions.
|
||||
// Extension fields to descriptorpb.ServiceOptions.
|
||||
var (
|
||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||
//
|
||||
@@ -112,7 +107,7 @@ var (
|
||||
E_Openapiv2Tag = &file_openapiv2_annotations_proto_extTypes[3]
|
||||
)
|
||||
|
||||
// Extension fields to descriptor.FieldOptions.
|
||||
// Extension fields to descriptorpb.FieldOptions.
|
||||
var (
|
||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||
//
|
||||
@@ -172,16 +167,16 @@ var file_openapiv2_annotations_proto_rawDesc = []byte{
|
||||
}
|
||||
|
||||
var file_openapiv2_annotations_proto_goTypes = []interface{}{
|
||||
(*descriptor.FileOptions)(nil), // 0: google.protobuf.FileOptions
|
||||
(*descriptor.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
|
||||
(*descriptor.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
|
||||
(*descriptor.ServiceOptions)(nil), // 3: google.protobuf.ServiceOptions
|
||||
(*descriptor.FieldOptions)(nil), // 4: google.protobuf.FieldOptions
|
||||
(*Swagger)(nil), // 5: micro.openapiv2.Swagger
|
||||
(*Operation)(nil), // 6: micro.openapiv2.Operation
|
||||
(*Schema)(nil), // 7: micro.openapiv2.Schema
|
||||
(*Tag)(nil), // 8: micro.openapiv2.Tag
|
||||
(*JSONSchema)(nil), // 9: micro.openapiv2.JSONSchema
|
||||
(*descriptorpb.FileOptions)(nil), // 0: google.protobuf.FileOptions
|
||||
(*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
|
||||
(*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
|
||||
(*descriptorpb.ServiceOptions)(nil), // 3: google.protobuf.ServiceOptions
|
||||
(*descriptorpb.FieldOptions)(nil), // 4: google.protobuf.FieldOptions
|
||||
(*Swagger)(nil), // 5: micro.openapiv2.Swagger
|
||||
(*Operation)(nil), // 6: micro.openapiv2.Operation
|
||||
(*Schema)(nil), // 7: micro.openapiv2.Schema
|
||||
(*Tag)(nil), // 8: micro.openapiv2.Tag
|
||||
(*JSONSchema)(nil), // 9: micro.openapiv2.JSONSchema
|
||||
}
|
||||
var file_openapiv2_annotations_proto_depIdxs = []int32{
|
||||
0, // 0: micro.openapiv2.openapiv2_swagger:extendee -> google.protobuf.FileOptions
|
||||
|
Reference in New Issue
Block a user