258 lines
8.8 KiB
Go
258 lines
8.8 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v3.19.6
|
|
// source: service_message_media.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
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 FindAllMessageMediasRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindAllMessageMediasRequest) Reset() {
|
|
*x = FindAllMessageMediasRequest{}
|
|
mi := &file_service_message_media_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindAllMessageMediasRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindAllMessageMediasRequest) ProtoMessage() {}
|
|
|
|
func (x *FindAllMessageMediasRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_message_media_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 FindAllMessageMediasRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindAllMessageMediasRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_message_media_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type FindAllMessageMediasResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
MessageMedias []*MessageMedia `protobuf:"bytes,1,rep,name=messageMedias,proto3" json:"messageMedias,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindAllMessageMediasResponse) Reset() {
|
|
*x = FindAllMessageMediasResponse{}
|
|
mi := &file_service_message_media_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindAllMessageMediasResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindAllMessageMediasResponse) ProtoMessage() {}
|
|
|
|
func (x *FindAllMessageMediasResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_message_media_proto_msgTypes[1]
|
|
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 FindAllMessageMediasResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindAllMessageMediasResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_message_media_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *FindAllMessageMediasResponse) GetMessageMedias() []*MessageMedia {
|
|
if x != nil {
|
|
return x.MessageMedias
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 发送媒介信息
|
|
type SendMediaMessageRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
MediaType string `protobuf:"bytes,1,opt,name=mediaType,proto3" json:"mediaType,omitempty"` // 媒介类型
|
|
OptionsJSON []byte `protobuf:"bytes,2,opt,name=optionsJSON,proto3" json:"optionsJSON,omitempty"` // 媒介参数
|
|
User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` // 接收用户
|
|
Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` // 标题
|
|
Body string `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // 内容
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) Reset() {
|
|
*x = SendMediaMessageRequest{}
|
|
mi := &file_service_message_media_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SendMediaMessageRequest) ProtoMessage() {}
|
|
|
|
func (x *SendMediaMessageRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_message_media_proto_msgTypes[2]
|
|
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 SendMediaMessageRequest.ProtoReflect.Descriptor instead.
|
|
func (*SendMediaMessageRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_message_media_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) GetMediaType() string {
|
|
if x != nil {
|
|
return x.MediaType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) GetOptionsJSON() []byte {
|
|
if x != nil {
|
|
return x.OptionsJSON
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) GetUser() string {
|
|
if x != nil {
|
|
return x.User
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) GetSubject() string {
|
|
if x != nil {
|
|
return x.Subject
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SendMediaMessageRequest) GetBody() string {
|
|
if x != nil {
|
|
return x.Body
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_service_message_media_proto protoreflect.FileDescriptor
|
|
|
|
const file_service_message_media_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x1bservice_message_media.proto\x12\x02pb\x1a models/model_message_media.proto\x1a\x19models/rpc_messages.proto\"\x1d\n" +
|
|
"\x1bFindAllMessageMediasRequest\"V\n" +
|
|
"\x1cFindAllMessageMediasResponse\x126\n" +
|
|
"\rmessageMedias\x18\x01 \x03(\v2\x10.pb.MessageMediaR\rmessageMedias\"\x9b\x01\n" +
|
|
"\x17SendMediaMessageRequest\x12\x1c\n" +
|
|
"\tmediaType\x18\x01 \x01(\tR\tmediaType\x12 \n" +
|
|
"\voptionsJSON\x18\x02 \x01(\fR\voptionsJSON\x12\x12\n" +
|
|
"\x04user\x18\x03 \x01(\tR\x04user\x12\x18\n" +
|
|
"\asubject\x18\x04 \x01(\tR\asubject\x12\x12\n" +
|
|
"\x04body\x18\x05 \x01(\tR\x04body2\xb1\x01\n" +
|
|
"\x13MessageMediaService\x12Y\n" +
|
|
"\x14findAllMessageMedias\x12\x1f.pb.FindAllMessageMediasRequest\x1a .pb.FindAllMessageMediasResponse\x12?\n" +
|
|
"\x10sendMediaMessage\x12\x1b.pb.SendMediaMessageRequest\x1a\x0e.pb.RPCSuccessB\x06Z\x04./pbb\x06proto3"
|
|
|
|
var (
|
|
file_service_message_media_proto_rawDescOnce sync.Once
|
|
file_service_message_media_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_service_message_media_proto_rawDescGZIP() []byte {
|
|
file_service_message_media_proto_rawDescOnce.Do(func() {
|
|
file_service_message_media_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_message_media_proto_rawDesc), len(file_service_message_media_proto_rawDesc)))
|
|
})
|
|
return file_service_message_media_proto_rawDescData
|
|
}
|
|
|
|
var file_service_message_media_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_service_message_media_proto_goTypes = []any{
|
|
(*FindAllMessageMediasRequest)(nil), // 0: pb.FindAllMessageMediasRequest
|
|
(*FindAllMessageMediasResponse)(nil), // 1: pb.FindAllMessageMediasResponse
|
|
(*SendMediaMessageRequest)(nil), // 2: pb.SendMediaMessageRequest
|
|
(*MessageMedia)(nil), // 3: pb.MessageMedia
|
|
(*RPCSuccess)(nil), // 4: pb.RPCSuccess
|
|
}
|
|
var file_service_message_media_proto_depIdxs = []int32{
|
|
3, // 0: pb.FindAllMessageMediasResponse.messageMedias:type_name -> pb.MessageMedia
|
|
0, // 1: pb.MessageMediaService.findAllMessageMedias:input_type -> pb.FindAllMessageMediasRequest
|
|
2, // 2: pb.MessageMediaService.sendMediaMessage:input_type -> pb.SendMediaMessageRequest
|
|
1, // 3: pb.MessageMediaService.findAllMessageMedias:output_type -> pb.FindAllMessageMediasResponse
|
|
4, // 4: pb.MessageMediaService.sendMediaMessage:output_type -> pb.RPCSuccess
|
|
3, // [3:5] is the sub-list for method output_type
|
|
1, // [1:3] 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_service_message_media_proto_init() }
|
|
func file_service_message_media_proto_init() {
|
|
if File_service_message_media_proto != nil {
|
|
return
|
|
}
|
|
file_models_model_message_media_proto_init()
|
|
file_models_rpc_messages_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_message_media_proto_rawDesc), len(file_service_message_media_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 3,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_service_message_media_proto_goTypes,
|
|
DependencyIndexes: file_service_message_media_proto_depIdxs,
|
|
MessageInfos: file_service_message_media_proto_msgTypes,
|
|
}.Build()
|
|
File_service_message_media_proto = out.File
|
|
file_service_message_media_proto_goTypes = nil
|
|
file_service_message_media_proto_depIdxs = nil
|
|
}
|