586 lines
17 KiB
Go
586 lines
17 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: mail/mail_msg.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 QueryUserMailReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *QueryUserMailReq) Reset() {
|
|
*x = QueryUserMailReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *QueryUserMailReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*QueryUserMailReq) ProtoMessage() {}
|
|
|
|
func (x *QueryUserMailReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_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 QueryUserMailReq.ProtoReflect.Descriptor instead.
|
|
func (*QueryUserMailReq) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
// 查询邮件信息
|
|
type QueryUserMailResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mails []*DB_MailData `protobuf:"bytes,1,rep,name=Mails,proto3" json:"Mails,omitempty"`
|
|
}
|
|
|
|
func (x *QueryUserMailResp) Reset() {
|
|
*x = QueryUserMailResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *QueryUserMailResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*QueryUserMailResp) ProtoMessage() {}
|
|
|
|
func (x *QueryUserMailResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[1]
|
|
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 QueryUserMailResp.ProtoReflect.Descriptor instead.
|
|
func (*QueryUserMailResp) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *QueryUserMailResp) GetMails() []*DB_MailData {
|
|
if x != nil {
|
|
return x.Mails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 查看邮件
|
|
type ReadUserMailReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ObjID string `protobuf:"bytes,1,opt,name=ObjID,proto3" json:"ObjID,omitempty"`
|
|
}
|
|
|
|
func (x *ReadUserMailReq) Reset() {
|
|
*x = ReadUserMailReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ReadUserMailReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReadUserMailReq) ProtoMessage() {}
|
|
|
|
func (x *ReadUserMailReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[2]
|
|
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 ReadUserMailReq.ProtoReflect.Descriptor instead.
|
|
func (*ReadUserMailReq) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *ReadUserMailReq) GetObjID() string {
|
|
if x != nil {
|
|
return x.ObjID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ReadUserMailResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mail *DB_MailData `protobuf:"bytes,1,opt,name=Mail,proto3" json:"Mail,omitempty"`
|
|
}
|
|
|
|
func (x *ReadUserMailResp) Reset() {
|
|
*x = ReadUserMailResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ReadUserMailResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReadUserMailResp) ProtoMessage() {}
|
|
|
|
func (x *ReadUserMailResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[3]
|
|
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 ReadUserMailResp.ProtoReflect.Descriptor instead.
|
|
func (*ReadUserMailResp) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ReadUserMailResp) GetMail() *DB_MailData {
|
|
if x != nil {
|
|
return x.Mail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 领取附件
|
|
type GetUserMailAttachmentReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ObjID string `protobuf:"bytes,1,opt,name=ObjID,proto3" json:"ObjID,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentReq) Reset() {
|
|
*x = GetUserMailAttachmentReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserMailAttachmentReq) ProtoMessage() {}
|
|
|
|
func (x *GetUserMailAttachmentReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[4]
|
|
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 GetUserMailAttachmentReq.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMailAttachmentReq) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentReq) GetObjID() string {
|
|
if x != nil {
|
|
return x.ObjID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetUserMailAttachmentResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mail *DB_MailData `protobuf:"bytes,1,opt,name=Mail,proto3" json:"Mail,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentResp) Reset() {
|
|
*x = GetUserMailAttachmentResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserMailAttachmentResp) ProtoMessage() {}
|
|
|
|
func (x *GetUserMailAttachmentResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[5]
|
|
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 GetUserMailAttachmentResp.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMailAttachmentResp) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetUserMailAttachmentResp) GetMail() *DB_MailData {
|
|
if x != nil {
|
|
return x.Mail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 删除某个邮件
|
|
type DelUserMailReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ObjID string `protobuf:"bytes,1,opt,name=ObjID,proto3" json:"ObjID,omitempty"`
|
|
}
|
|
|
|
func (x *DelUserMailReq) Reset() {
|
|
*x = DelUserMailReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelUserMailReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelUserMailReq) ProtoMessage() {}
|
|
|
|
func (x *DelUserMailReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[6]
|
|
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 DelUserMailReq.ProtoReflect.Descriptor instead.
|
|
func (*DelUserMailReq) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *DelUserMailReq) GetObjID() string {
|
|
if x != nil {
|
|
return x.ObjID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DelUserMailResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mail []*DB_MailData `protobuf:"bytes,1,rep,name=Mail,proto3" json:"Mail,omitempty"`
|
|
}
|
|
|
|
func (x *DelUserMailResp) Reset() {
|
|
*x = DelUserMailResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelUserMailResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelUserMailResp) ProtoMessage() {}
|
|
|
|
func (x *DelUserMailResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mail_mail_msg_proto_msgTypes[7]
|
|
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 DelUserMailResp.ProtoReflect.Descriptor instead.
|
|
func (*DelUserMailResp) Descriptor() ([]byte, []int) {
|
|
return file_mail_mail_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *DelUserMailResp) GetMail() []*DB_MailData {
|
|
if x != nil {
|
|
return x.Mail
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_mail_mail_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_mail_mail_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x13, 0x6d, 0x61, 0x69, 0x6c, 0x2f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6d, 0x73, 0x67, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x6d, 0x61, 0x69, 0x6c, 0x2f, 0x6d, 0x61, 0x69, 0x6c,
|
|
0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x12, 0x0a, 0x10, 0x51, 0x75, 0x65,
|
|
0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x22, 0x37, 0x0a,
|
|
0x11, 0x51, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x22, 0x0a, 0x05, 0x4d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x5f, 0x4d, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x05, 0x4d, 0x61, 0x69, 0x6c, 0x73, 0x22, 0x27, 0x0a, 0x0f, 0x52, 0x65, 0x61, 0x64, 0x55, 0x73,
|
|
0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x4f, 0x62, 0x6a,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x4f, 0x62, 0x6a, 0x49, 0x44, 0x22,
|
|
0x34, 0x0a, 0x10, 0x52, 0x65, 0x61, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x4d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x5f, 0x4d, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x04, 0x4d, 0x61, 0x69, 0x6c, 0x22, 0x30, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x4d, 0x61, 0x69, 0x6c, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65,
|
|
0x71, 0x12, 0x14, 0x0a, 0x05, 0x4f, 0x62, 0x6a, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x05, 0x4f, 0x62, 0x6a, 0x49, 0x44, 0x22, 0x3d, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x55, 0x73,
|
|
0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x4d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x5f, 0x4d, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61,
|
|
0x52, 0x04, 0x4d, 0x61, 0x69, 0x6c, 0x22, 0x26, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x55, 0x73, 0x65,
|
|
0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x4f, 0x62, 0x6a, 0x49,
|
|
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x4f, 0x62, 0x6a, 0x49, 0x44, 0x22, 0x33,
|
|
0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73,
|
|
0x70, 0x12, 0x20, 0x0a, 0x04, 0x4d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x0c, 0x2e, 0x44, 0x42, 0x5f, 0x4d, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x4d,
|
|
0x61, 0x69, 0x6c, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_mail_mail_msg_proto_rawDescOnce sync.Once
|
|
file_mail_mail_msg_proto_rawDescData = file_mail_mail_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_mail_mail_msg_proto_rawDescGZIP() []byte {
|
|
file_mail_mail_msg_proto_rawDescOnce.Do(func() {
|
|
file_mail_mail_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_mail_mail_msg_proto_rawDescData)
|
|
})
|
|
return file_mail_mail_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_mail_mail_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
var file_mail_mail_msg_proto_goTypes = []interface{}{
|
|
(*QueryUserMailReq)(nil), // 0: QueryUserMailReq
|
|
(*QueryUserMailResp)(nil), // 1: QueryUserMailResp
|
|
(*ReadUserMailReq)(nil), // 2: ReadUserMailReq
|
|
(*ReadUserMailResp)(nil), // 3: ReadUserMailResp
|
|
(*GetUserMailAttachmentReq)(nil), // 4: GetUserMailAttachmentReq
|
|
(*GetUserMailAttachmentResp)(nil), // 5: GetUserMailAttachmentResp
|
|
(*DelUserMailReq)(nil), // 6: DelUserMailReq
|
|
(*DelUserMailResp)(nil), // 7: DelUserMailResp
|
|
(*DB_MailData)(nil), // 8: DB_MailData
|
|
}
|
|
var file_mail_mail_msg_proto_depIdxs = []int32{
|
|
8, // 0: QueryUserMailResp.Mails:type_name -> DB_MailData
|
|
8, // 1: ReadUserMailResp.Mail:type_name -> DB_MailData
|
|
8, // 2: GetUserMailAttachmentResp.Mail:type_name -> DB_MailData
|
|
8, // 3: DelUserMailResp.Mail:type_name -> DB_MailData
|
|
4, // [4:4] is the sub-list for method output_type
|
|
4, // [4:4] is the sub-list for method input_type
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
0, // [0:4] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_mail_mail_msg_proto_init() }
|
|
func file_mail_mail_msg_proto_init() {
|
|
if File_mail_mail_msg_proto != nil {
|
|
return
|
|
}
|
|
file_mail_mail_db_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_mail_mail_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*QueryUserMailReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*QueryUserMailResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ReadUserMailReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ReadUserMailResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserMailAttachmentReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserMailAttachmentResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelUserMailReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mail_mail_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelUserMailResp); 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_mail_mail_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 8,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_mail_mail_msg_proto_goTypes,
|
|
DependencyIndexes: file_mail_mail_msg_proto_depIdxs,
|
|
MessageInfos: file_mail_mail_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_mail_mail_msg_proto = out.File
|
|
file_mail_mail_msg_proto_rawDesc = nil
|
|
file_mail_mail_msg_proto_goTypes = nil
|
|
file_mail_mail_msg_proto_depIdxs = nil
|
|
}
|