regen with never protoc-gen-go
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -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: openapiv3/gopenapiv3.proto
|
||||
|
||||
package openapiv3
|
||||
|
||||
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_openapiv3_gopenapiv3_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *Any) GetValue() *any.Any {
|
||||
func (x *Any) GetValue() *anypb.Any {
|
||||
if x != nil {
|
||||
return x.Value
|
||||
}
|
||||
@@ -6894,7 +6894,7 @@ var file_openapiv3_gopenapiv3_proto_goTypes = []interface{}{
|
||||
(*Strings)(nil), // 75: micro.openapiv3.Strings
|
||||
(*Tag)(nil), // 76: micro.openapiv3.Tag
|
||||
(*Xml)(nil), // 77: micro.openapiv3.Xml
|
||||
(*any.Any)(nil), // 78: google.protobuf.Any
|
||||
(*anypb.Any)(nil), // 78: google.protobuf.Any
|
||||
}
|
||||
var file_openapiv3_gopenapiv3_proto_depIdxs = []int32{
|
||||
64, // 0: micro.openapiv3.AdditionalPropertiesItem.schema_or_reference:type_name -> micro.openapiv3.SchemaOrReference
|
||||
|
Reference in New Issue
Block a user