62 Star 348 Fork 419

infraboard / go-course

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
import.pb.go 4.74 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2021-12-19 20:35 . 调整大纲顺序
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.19.1
// source: pb/import.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type ErrorStatusExt struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrorStatus *ErrorStatus `protobuf:"bytes,1,opt,name=error_status,json=errorStatus,proto3" json:"error_status,omitempty"`
}
func (x *ErrorStatusExt) Reset() {
*x = ErrorStatusExt{}
if protoimpl.UnsafeEnabled {
mi := &file_pb_import_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ErrorStatusExt) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ErrorStatusExt) ProtoMessage() {}
func (x *ErrorStatusExt) ProtoReflect() protoreflect.Message {
mi := &file_pb_import_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ErrorStatusExt.ProtoReflect.Descriptor instead.
func (*ErrorStatusExt) Descriptor() ([]byte, []int) {
return file_pb_import_proto_rawDescGZIP(), []int{0}
}
func (x *ErrorStatusExt) GetErrorStatus() *ErrorStatus {
if x != nil {
return x.ErrorStatus
}
return nil
}
var File_pb_import_proto protoreflect.FileDescriptor
var file_pb_import_proto_rawDesc = []byte{
0x0a, 0x0f, 0x70, 0x62, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x12, 0x05, 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x1a, 0x0c, 0x70, 0x62, 0x2f, 0x61, 0x6e, 0x79,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x47, 0x0a, 0x0e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x53,
0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x74, 0x12, 0x35, 0x0a, 0x0c, 0x65, 0x72, 0x72, 0x6f,
0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
0x2e, 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74,
0x75, 0x73, 0x52, 0x0b, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42,
0x29, 0x5a, 0x27, 0x67, 0x69, 0x74, 0x65, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x66,
0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2f, 0x67, 0x6f, 0x2d, 0x63, 0x6f, 0x75, 0x72, 0x73,
0x65, 0x2f, 0x64, 0x61, 0x79, 0x32, 0x31, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_pb_import_proto_rawDescOnce sync.Once
file_pb_import_proto_rawDescData = file_pb_import_proto_rawDesc
)
func file_pb_import_proto_rawDescGZIP() []byte {
file_pb_import_proto_rawDescOnce.Do(func() {
file_pb_import_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_import_proto_rawDescData)
})
return file_pb_import_proto_rawDescData
}
var file_pb_import_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_pb_import_proto_goTypes = []interface{}{
(*ErrorStatusExt)(nil), // 0: hello.ErrorStatusExt
(*ErrorStatus)(nil), // 1: hello.ErrorStatus
}
var file_pb_import_proto_depIdxs = []int32{
1, // 0: hello.ErrorStatusExt.error_status:type_name -> hello.ErrorStatus
1, // [1:1] is the sub-list for method output_type
1, // [1:1] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
1, // [1:1] is the sub-list for extension extendee
0, // [0:1] is the sub-list for field type_name
}
func init() { file_pb_import_proto_init() }
func file_pb_import_proto_init() {
if File_pb_import_proto != nil {
return
}
file_pb_any_proto_init()
if !protoimpl.UnsafeEnabled {
file_pb_import_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ErrorStatusExt); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_pb_import_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_pb_import_proto_goTypes,
DependencyIndexes: file_pb_import_proto_depIdxs,
MessageInfos: file_pb_import_proto_msgTypes,
}.Build()
File_pb_import_proto = out.File
file_pb_import_proto_rawDesc = nil
file_pb_import_proto_goTypes = nil
file_pb_import_proto_depIdxs = nil
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/infraboard/go-course.git
git@gitee.com:infraboard/go-course.git
infraboard
go-course
go-course
19a3f401ff21

搜索帮助