6cf6f95f58
CodeQL / Analyze (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
Go / build & test (1.25.x) (push) Has been cancelled
Go / build & test (1.26.x) (push) Has been cancelled
Lint / resolve module (push) Has been cancelled
Lint / lint module (push) Has been cancelled
195 lines
6.2 KiB
Go
195 lines
6.2 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc (unknown)
|
|
// source: errors/errors.proto
|
|
|
|
package errors
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
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 Status struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
|
|
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
|
|
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
|
|
Metadata map[string]string `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Status) Reset() {
|
|
*x = Status{}
|
|
mi := &file_errors_errors_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Status) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Status) ProtoMessage() {}
|
|
|
|
func (x *Status) ProtoReflect() protoreflect.Message {
|
|
mi := &file_errors_errors_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Status.ProtoReflect.Descriptor instead.
|
|
func (*Status) Descriptor() ([]byte, []int) {
|
|
return file_errors_errors_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Status) GetCode() int32 {
|
|
if x != nil {
|
|
return x.Code
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Status) GetReason() string {
|
|
if x != nil {
|
|
return x.Reason
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Status) GetMessage() string {
|
|
if x != nil {
|
|
return x.Message
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Status) GetMetadata() map[string]string {
|
|
if x != nil {
|
|
return x.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var file_errors_errors_proto_extTypes = []protoimpl.ExtensionInfo{
|
|
{
|
|
ExtendedType: (*descriptorpb.EnumOptions)(nil),
|
|
ExtensionType: (*int32)(nil),
|
|
Field: 1108,
|
|
Name: "errors.default_code",
|
|
Tag: "varint,1108,opt,name=default_code",
|
|
Filename: "errors/errors.proto",
|
|
},
|
|
{
|
|
ExtendedType: (*descriptorpb.EnumValueOptions)(nil),
|
|
ExtensionType: (*int32)(nil),
|
|
Field: 1109,
|
|
Name: "errors.code",
|
|
Tag: "varint,1109,opt,name=code",
|
|
Filename: "errors/errors.proto",
|
|
},
|
|
}
|
|
|
|
// Extension fields to descriptorpb.EnumOptions.
|
|
var (
|
|
// optional int32 default_code = 1108;
|
|
E_DefaultCode = &file_errors_errors_proto_extTypes[0]
|
|
)
|
|
|
|
// Extension fields to descriptorpb.EnumValueOptions.
|
|
var (
|
|
// optional int32 code = 1109;
|
|
E_Code = &file_errors_errors_proto_extTypes[1]
|
|
)
|
|
|
|
var File_errors_errors_proto protoreflect.FileDescriptor
|
|
|
|
const file_errors_errors_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x13errors/errors.proto\x12\x06errors\x1a google/protobuf/descriptor.proto\"\xc5\x01\n" +
|
|
"\x06Status\x12\x12\n" +
|
|
"\x04code\x18\x01 \x01(\x05R\x04code\x12\x16\n" +
|
|
"\x06reason\x18\x02 \x01(\tR\x06reason\x12\x18\n" +
|
|
"\amessage\x18\x03 \x01(\tR\amessage\x128\n" +
|
|
"\bmetadata\x18\x04 \x03(\v2\x1c.errors.Status.MetadataEntryR\bmetadata\x1a;\n" +
|
|
"\rMetadataEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
|
|
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01:@\n" +
|
|
"\fdefault_code\x12\x1c.google.protobuf.EnumOptions\x18\xd4\b \x01(\x05R\vdefaultCode:6\n" +
|
|
"\x04code\x12!.google.protobuf.EnumValueOptions\x18\xd5\b \x01(\x05R\x04codeBY\n" +
|
|
"\x18com.github.kratos.errorsP\x01Z,github.com/go-kratos/kratos/v3/errors;errors\xa2\x02\fKratosErrorsb\x06proto3"
|
|
|
|
var (
|
|
file_errors_errors_proto_rawDescOnce sync.Once
|
|
file_errors_errors_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_errors_errors_proto_rawDescGZIP() []byte {
|
|
file_errors_errors_proto_rawDescOnce.Do(func() {
|
|
file_errors_errors_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_errors_errors_proto_rawDesc), len(file_errors_errors_proto_rawDesc)))
|
|
})
|
|
return file_errors_errors_proto_rawDescData
|
|
}
|
|
|
|
var file_errors_errors_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
var file_errors_errors_proto_goTypes = []any{
|
|
(*Status)(nil), // 0: errors.Status
|
|
nil, // 1: errors.Status.MetadataEntry
|
|
(*descriptorpb.EnumOptions)(nil), // 2: google.protobuf.EnumOptions
|
|
(*descriptorpb.EnumValueOptions)(nil), // 3: google.protobuf.EnumValueOptions
|
|
}
|
|
var file_errors_errors_proto_depIdxs = []int32{
|
|
1, // 0: errors.Status.metadata:type_name -> errors.Status.MetadataEntry
|
|
2, // 1: errors.default_code:extendee -> google.protobuf.EnumOptions
|
|
3, // 2: errors.code:extendee -> google.protobuf.EnumValueOptions
|
|
3, // [3:3] is the sub-list for method output_type
|
|
3, // [3:3] is the sub-list for method input_type
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
1, // [1:3] is the sub-list for extension extendee
|
|
0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_errors_errors_proto_init() }
|
|
func file_errors_errors_proto_init() {
|
|
if File_errors_errors_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_errors_errors_proto_rawDesc), len(file_errors_errors_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 2,
|
|
NumExtensions: 2,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_errors_errors_proto_goTypes,
|
|
DependencyIndexes: file_errors_errors_proto_depIdxs,
|
|
MessageInfos: file_errors_errors_proto_msgTypes,
|
|
ExtensionInfos: file_errors_errors_proto_extTypes,
|
|
}.Build()
|
|
File_errors_errors_proto = out.File
|
|
file_errors_errors_proto_goTypes = nil
|
|
file_errors_errors_proto_depIdxs = nil
|
|
}
|