regen with never protoc-gen-go
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
// 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: test.proto
|
||||
|
||||
package pb
|
||||
|
||||
import (
|
||||
wrappers "github.com/golang/protobuf/ptypes/wrappers"
|
||||
_ "github.com/unistack-org/micro-proto/api"
|
||||
_ "github.com/unistack-org/micro-proto/openapiv2"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
@@ -107,8 +107,8 @@ type Nested struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
StringArgs []string `protobuf:"bytes,1,rep,name=string_args,json=stringArgs,proto3" json:"string_args,omitempty"`
|
||||
Uint64Args []*wrappers.UInt64Value `protobuf:"bytes,2,rep,name=uint64_args,json=uint64Args,proto3" json:"uint64_args,omitempty"`
|
||||
StringArgs []string `protobuf:"bytes,1,rep,name=string_args,json=stringArgs,proto3" json:"string_args,omitempty"`
|
||||
Uint64Args []*wrapperspb.UInt64Value `protobuf:"bytes,2,rep,name=uint64_args,json=uint64Args,proto3" json:"uint64_args,omitempty"`
|
||||
}
|
||||
|
||||
func (x *Nested) Reset() {
|
||||
@@ -150,7 +150,7 @@ func (x *Nested) GetStringArgs() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *Nested) GetUint64Args() []*wrappers.UInt64Value {
|
||||
func (x *Nested) GetUint64Args() []*wrapperspb.UInt64Value {
|
||||
if x != nil {
|
||||
return x.Uint64Args
|
||||
}
|
||||
@@ -433,13 +433,13 @@ func file_test_proto_rawDescGZIP() []byte {
|
||||
|
||||
var file_test_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||||
var file_test_proto_goTypes = []interface{}{
|
||||
(*CallReq)(nil), // 0: test.CallReq
|
||||
(*Nested)(nil), // 1: test.Nested
|
||||
(*CallRsp)(nil), // 2: test.CallRsp
|
||||
(*CallReq1)(nil), // 3: test.CallReq1
|
||||
(*CallRsp1)(nil), // 4: test.CallRsp1
|
||||
(*Error)(nil), // 5: test.Error
|
||||
(*wrappers.UInt64Value)(nil), // 6: google.protobuf.UInt64Value
|
||||
(*CallReq)(nil), // 0: test.CallReq
|
||||
(*Nested)(nil), // 1: test.Nested
|
||||
(*CallRsp)(nil), // 2: test.CallRsp
|
||||
(*CallReq1)(nil), // 3: test.CallReq1
|
||||
(*CallRsp1)(nil), // 4: test.CallRsp1
|
||||
(*Error)(nil), // 5: test.Error
|
||||
(*wrapperspb.UInt64Value)(nil), // 6: google.protobuf.UInt64Value
|
||||
}
|
||||
var file_test_proto_depIdxs = []int32{
|
||||
1, // 0: test.CallReq.nested:type_name -> test.Nested
|
||||
|
Reference in New Issue
Block a user