regen with never protoc-gen-go
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
// 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: openapiv2/annotations.proto
|
||||
|
||||
package openapiv2
|
||||
|
||||
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"
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ const (
|
||||
|
||||
var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
{
|
||||
ExtendedType: (*descriptor.FileOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.FileOptions)(nil),
|
||||
ExtensionType: (*Document)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_swagger",
|
||||
@@ -30,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",
|
||||
@@ -38,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",
|
||||
@@ -46,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",
|
||||
@@ -54,7 +54,7 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
||||
Filename: "openapiv2/annotations.proto",
|
||||
},
|
||||
{
|
||||
ExtendedType: (*descriptor.FieldOptions)(nil),
|
||||
ExtendedType: (*descriptorpb.FieldOptions)(nil),
|
||||
ExtensionType: (*Schema)(nil),
|
||||
Field: 1042,
|
||||
Name: "micro.openapiv2.openapiv2_field",
|
||||
@@ -63,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.
|
||||
//
|
||||
@@ -74,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.
|
||||
//
|
||||
@@ -85,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.
|
||||
//
|
||||
@@ -96,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.
|
||||
//
|
||||
@@ -107,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.
|
||||
//
|
||||
@@ -167,15 +167,15 @@ 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
|
||||
(*Document)(nil), // 5: micro.openapiv2.Document
|
||||
(*Operation)(nil), // 6: micro.openapiv2.Operation
|
||||
(*Schema)(nil), // 7: micro.openapiv2.Schema
|
||||
(*Tag)(nil), // 8: micro.openapiv2.Tag
|
||||
(*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
|
||||
(*Document)(nil), // 5: micro.openapiv2.Document
|
||||
(*Operation)(nil), // 6: micro.openapiv2.Operation
|
||||
(*Schema)(nil), // 7: micro.openapiv2.Schema
|
||||
(*Tag)(nil), // 8: micro.openapiv2.Tag
|
||||
}
|
||||
var file_openapiv2_annotations_proto_depIdxs = []int32{
|
||||
0, // 0: micro.openapiv2.openapiv2_swagger:extendee -> google.protobuf.FileOptions
|
||||
|
@@ -16,16 +16,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: openapiv2/gopenapiv2.proto
|
||||
|
||||
package openapiv2
|
||||
|
||||
import (
|
||||
any "github.com/golang/protobuf/ptypes/any"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
anypb "google.golang.org/protobuf/types/known/anypb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
@@ -122,8 +122,8 @@ type Any struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Value *any.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
||||
Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
|
||||
Value *anypb.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
|
||||
Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
|
||||
}
|
||||
|
||||
func (x *Any) Reset() {
|
||||
@@ -158,7 +158,7 @@ func (*Any) Descriptor() ([]byte, []int) {
|
||||
return file_openapiv2_gopenapiv2_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *Any) GetValue() *any.Any {
|
||||
func (x *Any) GetValue() *anypb.Any {
|
||||
if x != nil {
|
||||
return x.Value
|
||||
}
|
||||
@@ -6461,7 +6461,7 @@ var file_openapiv2_gopenapiv2_proto_goTypes = []interface{}{
|
||||
(*TypeItem)(nil), // 57: micro.openapiv2.TypeItem
|
||||
(*VendorExtension)(nil), // 58: micro.openapiv2.VendorExtension
|
||||
(*Xml)(nil), // 59: micro.openapiv2.Xml
|
||||
(*any.Any)(nil), // 60: google.protobuf.Any
|
||||
(*anypb.Any)(nil), // 60: google.protobuf.Any
|
||||
}
|
||||
var file_openapiv2_gopenapiv2_proto_depIdxs = []int32{
|
||||
50, // 0: micro.openapiv2.AdditionalPropertiesItem.schema:type_name -> micro.openapiv2.Schema
|
||||
|
Reference in New Issue
Block a user