Files
open-im-server/pkg/proto/msggateway/msg_gateway.pb.go
T

1026 lines
42 KiB
Go
Raw Normal View History

2021-05-26 19:58:57 +08:00
// Code generated by protoc-gen-go. DO NOT EDIT.
2023-02-28 15:53:38 +08:00
// source: msggateway/msg_gateway.proto
2021-05-26 19:58:57 +08:00
2023-02-28 17:17:21 +08:00
package msggateway // import "OpenIM/pkg/proto/msggateway"
2022-11-28 19:09:38 +08:00
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
2023-02-23 19:15:30 +08:00
import sdkws "OpenIM/pkg/proto/sdkws"
2021-05-26 19:58:57 +08:00
import (
2022-11-28 19:09:38 +08:00
context "golang.org/x/net/context"
2021-05-26 19:58:57 +08:00
grpc "google.golang.org/grpc"
)
2022-11-28 19:09:38 +08:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
2021-05-26 19:58:57 +08:00
2022-11-28 19:09:38 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
2021-05-26 19:58:57 +08:00
2022-11-28 19:09:38 +08:00
type OnlinePushMsgReq struct {
2023-03-02 12:12:54 +08:00
MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"`
PushToUserID string `protobuf:"bytes,2,opt,name=pushToUserID" json:"pushToUserID,omitempty"`
2023-02-09 20:36:34 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:58:57 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgReq) Reset() { *m = OnlinePushMsgReq{} }
func (m *OnlinePushMsgReq) String() string { return proto.CompactTextString(m) }
func (*OnlinePushMsgReq) ProtoMessage() {}
func (*OnlinePushMsgReq) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{0}
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OnlinePushMsgReq.Unmarshal(m, b)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OnlinePushMsgReq.Marshal(b, m, deterministic)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *OnlinePushMsgReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_OnlinePushMsgReq.Merge(dst, src)
}
func (m *OnlinePushMsgReq) XXX_Size() int {
return xxx_messageInfo_OnlinePushMsgReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgReq) XXX_DiscardUnknown() {
xxx_messageInfo_OnlinePushMsgReq.DiscardUnknown(m)
}
var xxx_messageInfo_OnlinePushMsgReq proto.InternalMessageInfo
2021-05-26 19:58:57 +08:00
2023-02-09 20:36:34 +08:00
func (m *OnlinePushMsgReq) GetMsgData() *sdkws.MsgData {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.MsgData
2021-05-26 19:58:57 +08:00
}
2021-12-22 11:10:13 +08:00
return nil
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgReq) GetPushToUserID() string {
if m != nil {
return m.PushToUserID
2022-02-08 17:12:02 +08:00
}
return ""
}
2021-12-22 11:10:13 +08:00
type OnlinePushMsgResp struct {
2022-11-28 19:09:38 +08:00
Resp []*SingleMsgToUserPlatform `protobuf:"bytes,1,rep,name=resp" json:"resp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:58:57 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgResp) Reset() { *m = OnlinePushMsgResp{} }
func (m *OnlinePushMsgResp) String() string { return proto.CompactTextString(m) }
func (*OnlinePushMsgResp) ProtoMessage() {}
func (*OnlinePushMsgResp) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{1}
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OnlinePushMsgResp.Unmarshal(m, b)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OnlinePushMsgResp.Marshal(b, m, deterministic)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *OnlinePushMsgResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_OnlinePushMsgResp.Merge(dst, src)
}
func (m *OnlinePushMsgResp) XXX_Size() int {
return xxx_messageInfo_OnlinePushMsgResp.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgResp) XXX_DiscardUnknown() {
xxx_messageInfo_OnlinePushMsgResp.DiscardUnknown(m)
}
var xxx_messageInfo_OnlinePushMsgResp proto.InternalMessageInfo
2021-05-26 19:58:57 +08:00
2022-11-28 19:09:38 +08:00
func (m *OnlinePushMsgResp) GetResp() []*SingleMsgToUserPlatform {
if m != nil {
return m.Resp
2021-05-26 19:58:57 +08:00
}
return nil
}
2023-03-02 12:12:54 +08:00
type SingleMsgToUserResults struct {
2022-11-28 19:09:38 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Resp []*SingleMsgToUserPlatform `protobuf:"bytes,2,rep,name=resp" json:"resp,omitempty"`
OnlinePush bool `protobuf:"varint,3,opt,name=onlinePush" json:"onlinePush,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-06-02 16:47:48 +08:00
}
2022-09-27 16:59:56 +08:00
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) Reset() { *m = SingleMsgToUserResults{} }
func (m *SingleMsgToUserResults) String() string { return proto.CompactTextString(m) }
func (*SingleMsgToUserResults) ProtoMessage() {}
func (*SingleMsgToUserResults) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{2}
2022-06-02 16:47:48 +08:00
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SingleMsgToUserResults.Unmarshal(m, b)
2022-06-02 16:47:48 +08:00
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SingleMsgToUserResults.Marshal(b, m, deterministic)
2022-06-02 16:47:48 +08:00
}
2023-03-02 12:12:54 +08:00
func (dst *SingleMsgToUserResults) XXX_Merge(src proto.Message) {
xxx_messageInfo_SingleMsgToUserResults.Merge(dst, src)
2022-11-28 19:09:38 +08:00
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) XXX_Size() int {
return xxx_messageInfo_SingleMsgToUserResults.Size(m)
2022-11-28 19:09:38 +08:00
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) XXX_DiscardUnknown() {
xxx_messageInfo_SingleMsgToUserResults.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-06-02 16:47:48 +08:00
2023-03-02 12:12:54 +08:00
var xxx_messageInfo_SingleMsgToUserResults proto.InternalMessageInfo
2022-11-28 19:09:38 +08:00
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) GetUserID() string {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.UserID
2022-06-02 16:47:48 +08:00
}
return ""
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) GetResp() []*SingleMsgToUserPlatform {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.Resp
2022-06-02 16:47:48 +08:00
}
return nil
}
2023-03-02 12:12:54 +08:00
func (m *SingleMsgToUserResults) GetOnlinePush() bool {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.OnlinePush
2022-06-02 17:37:00 +08:00
}
return false
}
2022-06-02 16:47:48 +08:00
type OnlineBatchPushOneMsgReq struct {
2023-03-02 12:12:54 +08:00
MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"`
PushToUserIDs []string `protobuf:"bytes,2,rep,name=pushToUserIDs" json:"pushToUserIDs,omitempty"`
2023-02-09 20:36:34 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-06-02 16:47:48 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgReq) Reset() { *m = OnlineBatchPushOneMsgReq{} }
func (m *OnlineBatchPushOneMsgReq) String() string { return proto.CompactTextString(m) }
func (*OnlineBatchPushOneMsgReq) ProtoMessage() {}
func (*OnlineBatchPushOneMsgReq) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{3}
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OnlineBatchPushOneMsgReq.Unmarshal(m, b)
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OnlineBatchPushOneMsgReq.Marshal(b, m, deterministic)
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *OnlineBatchPushOneMsgReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_OnlineBatchPushOneMsgReq.Merge(dst, src)
}
func (m *OnlineBatchPushOneMsgReq) XXX_Size() int {
return xxx_messageInfo_OnlineBatchPushOneMsgReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgReq) XXX_DiscardUnknown() {
xxx_messageInfo_OnlineBatchPushOneMsgReq.DiscardUnknown(m)
}
var xxx_messageInfo_OnlineBatchPushOneMsgReq proto.InternalMessageInfo
2022-06-02 16:47:48 +08:00
2023-02-09 20:36:34 +08:00
func (m *OnlineBatchPushOneMsgReq) GetMsgData() *sdkws.MsgData {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.MsgData
2022-06-02 16:47:48 +08:00
}
return nil
}
2023-03-02 12:12:54 +08:00
func (m *OnlineBatchPushOneMsgReq) GetPushToUserIDs() []string {
2022-11-28 19:09:38 +08:00
if m != nil {
2023-03-02 12:12:54 +08:00
return m.PushToUserIDs
2022-06-02 16:47:48 +08:00
}
return nil
}
type OnlineBatchPushOneMsgResp struct {
2023-03-02 12:12:54 +08:00
SinglePushResult []*SingleMsgToUserResults `protobuf:"bytes,1,rep,name=singlePushResult" json:"singlePushResult,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-06-02 16:47:48 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgResp) Reset() { *m = OnlineBatchPushOneMsgResp{} }
func (m *OnlineBatchPushOneMsgResp) String() string { return proto.CompactTextString(m) }
func (*OnlineBatchPushOneMsgResp) ProtoMessage() {}
func (*OnlineBatchPushOneMsgResp) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{4}
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OnlineBatchPushOneMsgResp.Unmarshal(m, b)
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *OnlineBatchPushOneMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OnlineBatchPushOneMsgResp.Marshal(b, m, deterministic)
2022-06-02 16:47:48 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *OnlineBatchPushOneMsgResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_OnlineBatchPushOneMsgResp.Merge(dst, src)
}
func (m *OnlineBatchPushOneMsgResp) XXX_Size() int {
return xxx_messageInfo_OnlineBatchPushOneMsgResp.Size(m)
}
func (m *OnlineBatchPushOneMsgResp) XXX_DiscardUnknown() {
xxx_messageInfo_OnlineBatchPushOneMsgResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-06-02 16:47:48 +08:00
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_OnlineBatchPushOneMsgResp proto.InternalMessageInfo
2023-03-02 12:12:54 +08:00
func (m *OnlineBatchPushOneMsgResp) GetSinglePushResult() []*SingleMsgToUserResults {
2022-11-28 19:09:38 +08:00
if m != nil {
return m.SinglePushResult
2022-06-02 16:47:48 +08:00
}
return nil
}
type SingleMsgToUserPlatform struct {
2022-11-28 19:09:38 +08:00
ResultCode int64 `protobuf:"varint,1,opt,name=ResultCode" json:"ResultCode,omitempty"`
RecvID string `protobuf:"bytes,2,opt,name=RecvID" json:"RecvID,omitempty"`
RecvPlatFormID int32 `protobuf:"varint,3,opt,name=RecvPlatFormID" json:"RecvPlatFormID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-05-26 19:58:57 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) Reset() { *m = SingleMsgToUserPlatform{} }
func (m *SingleMsgToUserPlatform) String() string { return proto.CompactTextString(m) }
func (*SingleMsgToUserPlatform) ProtoMessage() {}
func (*SingleMsgToUserPlatform) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{5}
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SingleMsgToUserPlatform.Unmarshal(m, b)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SingleMsgToUserPlatform.Marshal(b, m, deterministic)
2021-05-26 19:58:57 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *SingleMsgToUserPlatform) XXX_Merge(src proto.Message) {
xxx_messageInfo_SingleMsgToUserPlatform.Merge(dst, src)
}
func (m *SingleMsgToUserPlatform) XXX_Size() int {
return xxx_messageInfo_SingleMsgToUserPlatform.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) XXX_DiscardUnknown() {
xxx_messageInfo_SingleMsgToUserPlatform.DiscardUnknown(m)
}
var xxx_messageInfo_SingleMsgToUserPlatform proto.InternalMessageInfo
2021-05-26 19:58:57 +08:00
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) GetResultCode() int64 {
if m != nil {
return m.ResultCode
2021-05-26 19:58:57 +08:00
}
return 0
}
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) GetRecvID() string {
if m != nil {
return m.RecvID
2021-05-26 19:58:57 +08:00
}
return ""
}
2022-11-28 19:09:38 +08:00
func (m *SingleMsgToUserPlatform) GetRecvPlatFormID() int32 {
if m != nil {
return m.RecvPlatFormID
2021-05-26 19:58:57 +08:00
}
return 0
}
2021-11-29 12:01:53 +08:00
type GetUsersOnlineStatusReq struct {
2023-03-02 12:12:54 +08:00
UserIDs []string `protobuf:"bytes,1,rep,name=userIDs" json:"userIDs,omitempty"`
2022-11-28 19:09:38 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-11-29 12:01:53 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusReq) Reset() { *m = GetUsersOnlineStatusReq{} }
func (m *GetUsersOnlineStatusReq) String() string { return proto.CompactTextString(m) }
func (*GetUsersOnlineStatusReq) ProtoMessage() {}
func (*GetUsersOnlineStatusReq) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{6}
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersOnlineStatusReq.Unmarshal(m, b)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersOnlineStatusReq.Marshal(b, m, deterministic)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *GetUsersOnlineStatusReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersOnlineStatusReq.Merge(dst, src)
}
func (m *GetUsersOnlineStatusReq) XXX_Size() int {
return xxx_messageInfo_GetUsersOnlineStatusReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersOnlineStatusReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetUsersOnlineStatusReq proto.InternalMessageInfo
2021-11-29 12:01:53 +08:00
2023-03-02 12:12:54 +08:00
func (m *GetUsersOnlineStatusReq) GetUserIDs() []string {
2022-11-28 19:09:38 +08:00
if m != nil {
2023-03-02 12:12:54 +08:00
return m.UserIDs
2021-11-29 12:01:53 +08:00
}
return nil
}
type GetUsersOnlineStatusResp struct {
2023-03-02 12:12:54 +08:00
SuccessResult []*GetUsersOnlineStatusResp_SuccessResult `protobuf:"bytes,1,rep,name=successResult" json:"successResult,omitempty"`
FailedResult []*GetUsersOnlineStatusResp_FailedDetail `protobuf:"bytes,2,rep,name=failedResult" json:"failedResult,omitempty"`
2022-11-28 19:09:38 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetUsersOnlineStatusResp) Reset() { *m = GetUsersOnlineStatusResp{} }
func (m *GetUsersOnlineStatusResp) String() string { return proto.CompactTextString(m) }
func (*GetUsersOnlineStatusResp) ProtoMessage() {}
func (*GetUsersOnlineStatusResp) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{7}
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersOnlineStatusResp.Unmarshal(m, b)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersOnlineStatusResp.Marshal(b, m, deterministic)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *GetUsersOnlineStatusResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersOnlineStatusResp.Merge(dst, src)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp) XXX_Size() int {
return xxx_messageInfo_GetUsersOnlineStatusResp.Size(m)
}
func (m *GetUsersOnlineStatusResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersOnlineStatusResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-11-29 12:01:53 +08:00
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_GetUsersOnlineStatusResp proto.InternalMessageInfo
func (m *GetUsersOnlineStatusResp) GetSuccessResult() []*GetUsersOnlineStatusResp_SuccessResult {
if m != nil {
return m.SuccessResult
2021-11-29 12:01:53 +08:00
}
return nil
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp) GetFailedResult() []*GetUsersOnlineStatusResp_FailedDetail {
if m != nil {
return m.FailedResult
2021-11-29 12:01:53 +08:00
}
return nil
}
2022-11-28 19:09:38 +08:00
type GetUsersOnlineStatusResp_SuccessDetail struct {
Platform string `protobuf:"bytes,1,opt,name=platform" json:"platform,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
2022-12-06 10:37:16 +08:00
ConnID string `protobuf:"bytes,3,opt,name=connID" json:"connID,omitempty"`
2022-12-06 14:24:29 +08:00
IsBackground bool `protobuf:"varint,4,opt,name=isBackground" json:"isBackground,omitempty"`
2022-11-28 19:09:38 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
2021-11-29 12:01:53 +08:00
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) Reset() {
*m = GetUsersOnlineStatusResp_SuccessDetail{}
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) String() string { return proto.CompactTextString(m) }
func (*GetUsersOnlineStatusResp_SuccessDetail) ProtoMessage() {}
func (*GetUsersOnlineStatusResp_SuccessDetail) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{7, 0}
2022-11-28 19:09:38 +08:00
}
func (m *GetUsersOnlineStatusResp_SuccessDetail) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.Unmarshal(m, b)
}
func (m *GetUsersOnlineStatusResp_SuccessDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.Marshal(b, m, deterministic)
}
func (dst *GetUsersOnlineStatusResp_SuccessDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.Merge(dst, src)
}
func (m *GetUsersOnlineStatusResp_SuccessDetail) XXX_Size() int {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.Size(m)
}
func (m *GetUsersOnlineStatusResp_SuccessDetail) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail.DiscardUnknown(m)
}
var xxx_messageInfo_GetUsersOnlineStatusResp_SuccessDetail proto.InternalMessageInfo
2021-11-29 12:01:53 +08:00
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) GetPlatform() string {
if m != nil {
return m.Platform
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
return ""
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) GetStatus() string {
if m != nil {
return m.Status
}
return ""
2021-11-29 12:01:53 +08:00
}
2022-12-06 10:37:16 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) GetConnID() string {
if m != nil {
return m.ConnID
}
return ""
}
2022-12-06 14:24:29 +08:00
func (m *GetUsersOnlineStatusResp_SuccessDetail) GetIsBackground() bool {
if m != nil {
return m.IsBackground
}
return false
}
2022-11-28 19:09:38 +08:00
type GetUsersOnlineStatusResp_FailedDetail struct {
2023-03-02 12:12:54 +08:00
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
2022-11-28 19:09:38 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_FailedDetail) Reset() { *m = GetUsersOnlineStatusResp_FailedDetail{} }
func (m *GetUsersOnlineStatusResp_FailedDetail) String() string { return proto.CompactTextString(m) }
func (*GetUsersOnlineStatusResp_FailedDetail) ProtoMessage() {}
func (*GetUsersOnlineStatusResp_FailedDetail) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{7, 1}
2022-11-28 19:09:38 +08:00
}
func (m *GetUsersOnlineStatusResp_FailedDetail) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.Unmarshal(m, b)
}
func (m *GetUsersOnlineStatusResp_FailedDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.Marshal(b, m, deterministic)
}
func (dst *GetUsersOnlineStatusResp_FailedDetail) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.Merge(dst, src)
}
func (m *GetUsersOnlineStatusResp_FailedDetail) XXX_Size() int {
return xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.Size(m)
}
func (m *GetUsersOnlineStatusResp_FailedDetail) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2021-11-29 12:01:53 +08:00
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_GetUsersOnlineStatusResp_FailedDetail proto.InternalMessageInfo
func (m *GetUsersOnlineStatusResp_FailedDetail) GetUserID() string {
if m != nil {
return m.UserID
2021-11-29 12:01:53 +08:00
}
return ""
}
2022-11-28 19:09:38 +08:00
type GetUsersOnlineStatusResp_SuccessResult struct {
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
DetailPlatformStatus []*GetUsersOnlineStatusResp_SuccessDetail `protobuf:"bytes,3,rep,name=detailPlatformStatus" json:"detailPlatformStatus,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) Reset() {
*m = GetUsersOnlineStatusResp_SuccessResult{}
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) String() string { return proto.CompactTextString(m) }
func (*GetUsersOnlineStatusResp_SuccessResult) ProtoMessage() {}
func (*GetUsersOnlineStatusResp_SuccessResult) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{7, 2}
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.Unmarshal(m, b)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.Marshal(b, m, deterministic)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *GetUsersOnlineStatusResp_SuccessResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.Merge(dst, src)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) XXX_Size() int {
return xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.Size(m)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) XXX_DiscardUnknown() {
xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult.DiscardUnknown(m)
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_GetUsersOnlineStatusResp_SuccessResult proto.InternalMessageInfo
2021-11-29 12:01:53 +08:00
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) GetUserID() string {
if m != nil {
return m.UserID
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
return ""
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) GetStatus() string {
if m != nil {
return m.Status
2021-11-29 12:01:53 +08:00
}
return ""
}
2022-11-28 19:09:38 +08:00
func (m *GetUsersOnlineStatusResp_SuccessResult) GetDetailPlatformStatus() []*GetUsersOnlineStatusResp_SuccessDetail {
if m != nil {
return m.DetailPlatformStatus
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
return nil
2021-11-29 12:01:53 +08:00
}
2022-11-28 19:09:38 +08:00
type KickUserOfflineReq struct {
2023-03-02 12:12:54 +08:00
PlatformID int32 `protobuf:"varint,1,opt,name=platformID" json:"platformID,omitempty"`
KickUserIDList []string `protobuf:"bytes,2,rep,name=kickUserIDList" json:"kickUserIDList,omitempty"`
2022-11-28 19:09:38 +08:00
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineReq) Reset() { *m = KickUserOfflineReq{} }
func (m *KickUserOfflineReq) String() string { return proto.CompactTextString(m) }
func (*KickUserOfflineReq) ProtoMessage() {}
func (*KickUserOfflineReq) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{8}
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KickUserOfflineReq.Unmarshal(m, b)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KickUserOfflineReq.Marshal(b, m, deterministic)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *KickUserOfflineReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_KickUserOfflineReq.Merge(dst, src)
}
func (m *KickUserOfflineReq) XXX_Size() int {
return xxx_messageInfo_KickUserOfflineReq.Size(m)
}
func (m *KickUserOfflineReq) XXX_DiscardUnknown() {
xxx_messageInfo_KickUserOfflineReq.DiscardUnknown(m)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_KickUserOfflineReq proto.InternalMessageInfo
2022-06-06 20:54:53 +08:00
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineReq) GetPlatformID() int32 {
if m != nil {
return m.PlatformID
2022-06-07 10:11:49 +08:00
}
return 0
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineReq) GetKickUserIDList() []string {
if m != nil {
return m.KickUserIDList
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
return nil
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
type KickUserOfflineResp struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineResp) Reset() { *m = KickUserOfflineResp{} }
func (m *KickUserOfflineResp) String() string { return proto.CompactTextString(m) }
func (*KickUserOfflineResp) ProtoMessage() {}
func (*KickUserOfflineResp) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{9}
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_KickUserOfflineResp.Unmarshal(m, b)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_KickUserOfflineResp.Marshal(b, m, deterministic)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *KickUserOfflineResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_KickUserOfflineResp.Merge(dst, src)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineResp) XXX_Size() int {
return xxx_messageInfo_KickUserOfflineResp.Size(m)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *KickUserOfflineResp) XXX_DiscardUnknown() {
xxx_messageInfo_KickUserOfflineResp.DiscardUnknown(m)
2022-06-06 20:54:53 +08:00
}
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_KickUserOfflineResp proto.InternalMessageInfo
2022-06-06 20:54:53 +08:00
2022-11-28 19:09:38 +08:00
type MultiTerminalLoginCheckReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
PlatformID int32 `protobuf:"varint,2,opt,name=platformID" json:"platformID,omitempty"`
Token string `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MultiTerminalLoginCheckReq) Reset() { *m = MultiTerminalLoginCheckReq{} }
func (m *MultiTerminalLoginCheckReq) String() string { return proto.CompactTextString(m) }
func (*MultiTerminalLoginCheckReq) ProtoMessage() {}
func (*MultiTerminalLoginCheckReq) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{10}
2022-07-29 15:47:19 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MultiTerminalLoginCheckReq.Unmarshal(m, b)
2022-07-29 15:47:19 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MultiTerminalLoginCheckReq.Marshal(b, m, deterministic)
2022-07-29 15:47:19 +08:00
}
2022-11-28 19:09:38 +08:00
func (dst *MultiTerminalLoginCheckReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_MultiTerminalLoginCheckReq.Merge(dst, src)
2022-07-29 15:47:19 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) XXX_Size() int {
return xxx_messageInfo_MultiTerminalLoginCheckReq.Size(m)
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) XXX_DiscardUnknown() {
xxx_messageInfo_MultiTerminalLoginCheckReq.DiscardUnknown(m)
}
var xxx_messageInfo_MultiTerminalLoginCheckReq proto.InternalMessageInfo
2022-07-29 15:47:19 +08:00
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) GetUserID() string {
if m != nil {
return m.UserID
2022-07-29 15:47:19 +08:00
}
return ""
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) GetPlatformID() int32 {
if m != nil {
return m.PlatformID
2022-07-29 15:47:19 +08:00
}
return 0
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) GetToken() string {
if m != nil {
return m.Token
2022-07-29 15:47:19 +08:00
}
return ""
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckReq) GetOperationID() string {
if m != nil {
return m.OperationID
2022-09-27 16:59:56 +08:00
}
2022-11-28 19:09:38 +08:00
return ""
2022-07-29 15:47:19 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
type MultiTerminalLoginCheckResp struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2022-07-29 15:47:19 +08:00
}
2022-09-27 16:59:56 +08:00
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckResp) Reset() { *m = MultiTerminalLoginCheckResp{} }
func (m *MultiTerminalLoginCheckResp) String() string { return proto.CompactTextString(m) }
func (*MultiTerminalLoginCheckResp) ProtoMessage() {}
func (*MultiTerminalLoginCheckResp) Descriptor() ([]byte, []int) {
2023-03-08 16:10:43 +08:00
return fileDescriptor_msg_gateway_e7f707bdf43cbba6, []int{11}
2022-07-29 15:47:19 +08:00
}
2022-11-28 19:09:38 +08:00
func (m *MultiTerminalLoginCheckResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MultiTerminalLoginCheckResp.Unmarshal(m, b)
}
func (m *MultiTerminalLoginCheckResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MultiTerminalLoginCheckResp.Marshal(b, m, deterministic)
}
func (dst *MultiTerminalLoginCheckResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_MultiTerminalLoginCheckResp.Merge(dst, src)
}
func (m *MultiTerminalLoginCheckResp) XXX_Size() int {
return xxx_messageInfo_MultiTerminalLoginCheckResp.Size(m)
}
func (m *MultiTerminalLoginCheckResp) XXX_DiscardUnknown() {
xxx_messageInfo_MultiTerminalLoginCheckResp.DiscardUnknown(m)
2022-09-27 16:59:56 +08:00
}
2022-07-29 15:47:19 +08:00
2022-11-28 19:09:38 +08:00
var xxx_messageInfo_MultiTerminalLoginCheckResp proto.InternalMessageInfo
func init() {
2023-03-08 16:10:43 +08:00
proto.RegisterType((*OnlinePushMsgReq)(nil), "OpenIMServer.msggateway.OnlinePushMsgReq")
proto.RegisterType((*OnlinePushMsgResp)(nil), "OpenIMServer.msggateway.OnlinePushMsgResp")
proto.RegisterType((*SingleMsgToUserResults)(nil), "OpenIMServer.msggateway.SingleMsgToUserResults")
proto.RegisterType((*OnlineBatchPushOneMsgReq)(nil), "OpenIMServer.msggateway.OnlineBatchPushOneMsgReq")
proto.RegisterType((*OnlineBatchPushOneMsgResp)(nil), "OpenIMServer.msggateway.OnlineBatchPushOneMsgResp")
proto.RegisterType((*SingleMsgToUserPlatform)(nil), "OpenIMServer.msggateway.SingleMsgToUserPlatform")
proto.RegisterType((*GetUsersOnlineStatusReq)(nil), "OpenIMServer.msggateway.GetUsersOnlineStatusReq")
proto.RegisterType((*GetUsersOnlineStatusResp)(nil), "OpenIMServer.msggateway.GetUsersOnlineStatusResp")
proto.RegisterType((*GetUsersOnlineStatusResp_SuccessDetail)(nil), "OpenIMServer.msggateway.GetUsersOnlineStatusResp.SuccessDetail")
proto.RegisterType((*GetUsersOnlineStatusResp_FailedDetail)(nil), "OpenIMServer.msggateway.GetUsersOnlineStatusResp.FailedDetail")
proto.RegisterType((*GetUsersOnlineStatusResp_SuccessResult)(nil), "OpenIMServer.msggateway.GetUsersOnlineStatusResp.SuccessResult")
proto.RegisterType((*KickUserOfflineReq)(nil), "OpenIMServer.msggateway.KickUserOfflineReq")
proto.RegisterType((*KickUserOfflineResp)(nil), "OpenIMServer.msggateway.KickUserOfflineResp")
proto.RegisterType((*MultiTerminalLoginCheckReq)(nil), "OpenIMServer.msggateway.MultiTerminalLoginCheckReq")
proto.RegisterType((*MultiTerminalLoginCheckResp)(nil), "OpenIMServer.msggateway.MultiTerminalLoginCheckResp")
2021-05-26 19:58:57 +08:00
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
2022-11-28 19:09:38 +08:00
var _ grpc.ClientConn
2021-05-26 19:58:57 +08:00
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
2022-11-28 19:09:38 +08:00
const _ = grpc.SupportPackageIsVersion4
2023-03-01 15:32:26 +08:00
// Client API for MsgGateway service
2021-05-26 19:58:57 +08:00
2023-03-01 15:32:26 +08:00
type MsgGatewayClient interface {
2021-12-22 11:10:13 +08:00
OnlinePushMsg(ctx context.Context, in *OnlinePushMsgReq, opts ...grpc.CallOption) (*OnlinePushMsgResp, error)
2021-11-29 12:01:53 +08:00
GetUsersOnlineStatus(ctx context.Context, in *GetUsersOnlineStatusReq, opts ...grpc.CallOption) (*GetUsersOnlineStatusResp, error)
2022-06-02 16:47:48 +08:00
OnlineBatchPushOneMsg(ctx context.Context, in *OnlineBatchPushOneMsgReq, opts ...grpc.CallOption) (*OnlineBatchPushOneMsgResp, error)
2022-06-09 18:24:32 +08:00
SuperGroupOnlineBatchPushOneMsg(ctx context.Context, in *OnlineBatchPushOneMsgReq, opts ...grpc.CallOption) (*OnlineBatchPushOneMsgResp, error)
2022-06-06 20:54:53 +08:00
KickUserOffline(ctx context.Context, in *KickUserOfflineReq, opts ...grpc.CallOption) (*KickUserOfflineResp, error)
2022-07-29 15:47:19 +08:00
MultiTerminalLoginCheck(ctx context.Context, in *MultiTerminalLoginCheckReq, opts ...grpc.CallOption) (*MultiTerminalLoginCheckResp, error)
2021-05-26 19:58:57 +08:00
}
2023-03-01 15:32:26 +08:00
type msgGatewayClient struct {
2022-11-28 19:09:38 +08:00
cc *grpc.ClientConn
2021-05-26 19:58:57 +08:00
}
2023-03-01 15:32:26 +08:00
func NewMsgGatewayClient(cc *grpc.ClientConn) MsgGatewayClient {
return &msgGatewayClient{cc}
2021-05-26 19:58:57 +08:00
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) OnlinePushMsg(ctx context.Context, in *OnlinePushMsgReq, opts ...grpc.CallOption) (*OnlinePushMsgResp, error) {
2021-12-22 11:10:13 +08:00
out := new(OnlinePushMsgResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/OnlinePushMsg", in, out, c.cc, opts...)
2021-05-26 19:58:57 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) GetUsersOnlineStatus(ctx context.Context, in *GetUsersOnlineStatusReq, opts ...grpc.CallOption) (*GetUsersOnlineStatusResp, error) {
2021-11-29 12:01:53 +08:00
out := new(GetUsersOnlineStatusResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/GetUsersOnlineStatus", in, out, c.cc, opts...)
2021-11-29 12:01:53 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) OnlineBatchPushOneMsg(ctx context.Context, in *OnlineBatchPushOneMsgReq, opts ...grpc.CallOption) (*OnlineBatchPushOneMsgResp, error) {
2022-06-02 16:47:48 +08:00
out := new(OnlineBatchPushOneMsgResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/OnlineBatchPushOneMsg", in, out, c.cc, opts...)
2022-06-02 16:47:48 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) SuperGroupOnlineBatchPushOneMsg(ctx context.Context, in *OnlineBatchPushOneMsgReq, opts ...grpc.CallOption) (*OnlineBatchPushOneMsgResp, error) {
2022-06-09 18:24:32 +08:00
out := new(OnlineBatchPushOneMsgResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/SuperGroupOnlineBatchPushOneMsg", in, out, c.cc, opts...)
2022-06-09 18:24:32 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) KickUserOffline(ctx context.Context, in *KickUserOfflineReq, opts ...grpc.CallOption) (*KickUserOfflineResp, error) {
2022-06-06 20:54:53 +08:00
out := new(KickUserOfflineResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/KickUserOffline", in, out, c.cc, opts...)
2022-06-06 20:54:53 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
func (c *msgGatewayClient) MultiTerminalLoginCheck(ctx context.Context, in *MultiTerminalLoginCheckReq, opts ...grpc.CallOption) (*MultiTerminalLoginCheckResp, error) {
2022-07-29 15:47:19 +08:00
out := new(MultiTerminalLoginCheckResp)
2023-03-08 16:10:43 +08:00
err := grpc.Invoke(ctx, "/OpenIMServer.msggateway.msgGateway/MultiTerminalLoginCheck", in, out, c.cc, opts...)
2022-07-29 15:47:19 +08:00
if err != nil {
return nil, err
}
return out, nil
}
2023-03-01 15:32:26 +08:00
// Server API for MsgGateway service
2022-11-28 19:09:38 +08:00
2023-03-01 15:32:26 +08:00
type MsgGatewayServer interface {
2021-12-22 11:10:13 +08:00
OnlinePushMsg(context.Context, *OnlinePushMsgReq) (*OnlinePushMsgResp, error)
2021-11-29 12:01:53 +08:00
GetUsersOnlineStatus(context.Context, *GetUsersOnlineStatusReq) (*GetUsersOnlineStatusResp, error)
2022-06-02 16:47:48 +08:00
OnlineBatchPushOneMsg(context.Context, *OnlineBatchPushOneMsgReq) (*OnlineBatchPushOneMsgResp, error)
2022-06-09 18:24:32 +08:00
SuperGroupOnlineBatchPushOneMsg(context.Context, *OnlineBatchPushOneMsgReq) (*OnlineBatchPushOneMsgResp, error)
2022-06-06 20:54:53 +08:00
KickUserOffline(context.Context, *KickUserOfflineReq) (*KickUserOfflineResp, error)
2022-07-29 15:47:19 +08:00
MultiTerminalLoginCheck(context.Context, *MultiTerminalLoginCheckReq) (*MultiTerminalLoginCheckResp, error)
2021-05-26 19:58:57 +08:00
}
2023-03-01 15:32:26 +08:00
func RegisterMsgGatewayServer(s *grpc.Server, srv MsgGatewayServer) {
s.RegisterService(&_MsgGateway_serviceDesc, srv)
2021-05-26 19:58:57 +08:00
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_OnlinePushMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2021-12-22 11:10:13 +08:00
in := new(OnlinePushMsgReq)
2021-05-26 19:58:57 +08:00
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).OnlinePushMsg(ctx, in)
2021-05-26 19:58:57 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/OnlinePushMsg",
2021-05-26 19:58:57 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).OnlinePushMsg(ctx, req.(*OnlinePushMsgReq))
2021-05-26 19:58:57 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_GetUsersOnlineStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2021-11-29 12:01:53 +08:00
in := new(GetUsersOnlineStatusReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).GetUsersOnlineStatus(ctx, in)
2021-11-29 12:01:53 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/GetUsersOnlineStatus",
2021-11-29 12:01:53 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).GetUsersOnlineStatus(ctx, req.(*GetUsersOnlineStatusReq))
2021-11-29 12:01:53 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_OnlineBatchPushOneMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2022-06-02 16:47:48 +08:00
in := new(OnlineBatchPushOneMsgReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).OnlineBatchPushOneMsg(ctx, in)
2022-06-02 16:47:48 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/OnlineBatchPushOneMsg",
2022-06-02 16:47:48 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).OnlineBatchPushOneMsg(ctx, req.(*OnlineBatchPushOneMsgReq))
2022-06-02 16:47:48 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_SuperGroupOnlineBatchPushOneMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2022-06-09 18:24:32 +08:00
in := new(OnlineBatchPushOneMsgReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).SuperGroupOnlineBatchPushOneMsg(ctx, in)
2022-06-09 18:24:32 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/SuperGroupOnlineBatchPushOneMsg",
2022-06-09 18:24:32 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).SuperGroupOnlineBatchPushOneMsg(ctx, req.(*OnlineBatchPushOneMsgReq))
2022-06-09 18:24:32 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_KickUserOffline_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2022-06-06 20:54:53 +08:00
in := new(KickUserOfflineReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).KickUserOffline(ctx, in)
2022-06-06 20:54:53 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/KickUserOffline",
2022-06-06 20:54:53 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).KickUserOffline(ctx, req.(*KickUserOfflineReq))
2022-06-06 20:54:53 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
func _MsgGateway_MultiTerminalLoginCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
2022-07-29 15:47:19 +08:00
in := new(MultiTerminalLoginCheckReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).MultiTerminalLoginCheck(ctx, in)
2022-07-29 15:47:19 +08:00
}
info := &grpc.UnaryServerInfo{
Server: srv,
2023-03-08 16:10:43 +08:00
FullMethod: "/OpenIMServer.msggateway.msgGateway/MultiTerminalLoginCheck",
2022-07-29 15:47:19 +08:00
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
2023-03-01 15:32:26 +08:00
return srv.(MsgGatewayServer).MultiTerminalLoginCheck(ctx, req.(*MultiTerminalLoginCheckReq))
2022-07-29 15:47:19 +08:00
}
return interceptor(ctx, in, info, handler)
}
2023-03-01 15:32:26 +08:00
var _MsgGateway_serviceDesc = grpc.ServiceDesc{
2023-03-08 16:10:43 +08:00
ServiceName: "OpenIMServer.msggateway.msgGateway",
2023-03-01 15:32:26 +08:00
HandlerType: (*MsgGatewayServer)(nil),
2021-05-26 19:58:57 +08:00
Methods: []grpc.MethodDesc{
{
2021-12-22 11:10:13 +08:00
MethodName: "OnlinePushMsg",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_OnlinePushMsg_Handler,
2021-05-26 19:58:57 +08:00
},
2021-11-29 12:01:53 +08:00
{
MethodName: "GetUsersOnlineStatus",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_GetUsersOnlineStatus_Handler,
2021-11-29 12:01:53 +08:00
},
2022-06-02 16:47:48 +08:00
{
MethodName: "OnlineBatchPushOneMsg",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_OnlineBatchPushOneMsg_Handler,
2022-06-02 16:47:48 +08:00
},
2022-06-09 18:24:32 +08:00
{
MethodName: "SuperGroupOnlineBatchPushOneMsg",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_SuperGroupOnlineBatchPushOneMsg_Handler,
2022-06-09 18:24:32 +08:00
},
2022-06-06 20:54:53 +08:00
{
MethodName: "KickUserOffline",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_KickUserOffline_Handler,
2022-06-06 20:54:53 +08:00
},
2022-07-29 15:47:19 +08:00
{
MethodName: "MultiTerminalLoginCheck",
2023-03-01 15:32:26 +08:00
Handler: _MsgGateway_MultiTerminalLoginCheck_Handler,
2022-07-29 15:47:19 +08:00
},
2021-05-26 19:58:57 +08:00
},
Streams: []grpc.StreamDesc{},
2023-02-28 15:53:38 +08:00
Metadata: "msggateway/msg_gateway.proto",
}
func init() {
2023-03-08 16:10:43 +08:00
proto.RegisterFile("msggateway/msg_gateway.proto", fileDescriptor_msg_gateway_e7f707bdf43cbba6)
}
var fileDescriptor_msg_gateway_e7f707bdf43cbba6 = []byte{
// 803 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x4e, 0xeb, 0x46,
0x10, 0x96, 0x49, 0xc2, 0xcf, 0x40, 0x5a, 0xba, 0x05, 0xe2, 0x9a, 0x96, 0x46, 0x56, 0x45, 0xd3,
0x1f, 0x12, 0x08, 0xed, 0x55, 0xa5, 0x56, 0x82, 0x08, 0x14, 0x95, 0x28, 0xc8, 0xa1, 0x17, 0xfd,
0x91, 0x2a, 0xe3, 0x6c, 0x1c, 0x2b, 0xfe, 0x59, 0x3c, 0x36, 0x29, 0xaa, 0xd4, 0xde, 0xf4, 0xa2,
0x17, 0xe7, 0xfa, 0x3c, 0xc9, 0x79, 0x85, 0xf3, 0x40, 0xe7, 0x0d, 0x8e, 0xd6, 0xbb, 0x09, 0x76,
0x12, 0xeb, 0x10, 0x71, 0x71, 0xee, 0xbc, 0xdf, 0xce, 0x7c, 0x33, 0xf3, 0xcd, 0x4c, 0x36, 0xf0,
0xa9, 0x87, 0xb6, 0x6d, 0x46, 0x74, 0x6c, 0x3e, 0x34, 0x3c, 0xb4, 0xff, 0x94, 0xdf, 0x75, 0x16,
0x06, 0x51, 0x40, 0x2a, 0x5d, 0x46, 0xfd, 0x76, 0xa7, 0x47, 0xc3, 0x7b, 0x1a, 0xd6, 0x1f, 0x4d,
0xb5, 0x2f, 0xf9, 0xc5, 0x51, 0xbb, 0x73, 0x24, 0xae, 0x1a, 0x6c, 0x64, 0x37, 0x12, 0x97, 0x06,
0xf6, 0x47, 0x63, 0x6c, 0x8c, 0x51, 0x30, 0xe8, 0x1e, 0x6c, 0x77, 0x7d, 0xd7, 0xf1, 0xe9, 0x75,
0x8c, 0xc3, 0x0e, 0xda, 0x06, 0xbd, 0x23, 0xdf, 0xc3, 0x9a, 0x87, 0x76, 0xcb, 0x8c, 0x4c, 0x55,
0xa9, 0x2a, 0xb5, 0xcd, 0xe6, 0x7e, 0x3d, 0x13, 0x27, 0xa1, 0xa8, 0x77, 0x84, 0x89, 0x31, 0xb1,
0x25, 0x3a, 0x6c, 0xb1, 0x18, 0x87, 0x37, 0xc1, 0x2f, 0x48, 0xc3, 0x76, 0x4b, 0x5d, 0xa9, 0x2a,
0xb5, 0x0d, 0x23, 0x83, 0xe9, 0xbf, 0xc2, 0x47, 0x33, 0xe1, 0x90, 0x91, 0x16, 0x14, 0x43, 0x8a,
0x4c, 0x55, 0xaa, 0x85, 0xda, 0x66, 0xf3, 0xb8, 0x9e, 0x53, 0x54, 0xbd, 0xe7, 0xf8, 0xb6, 0x4b,
0x3b, 0x68, 0x0b, 0xba, 0x6b, 0xd7, 0x8c, 0x06, 0x41, 0xe8, 0x19, 0x89, 0xb7, 0xfe, 0x52, 0x81,
0xbd, 0x19, 0x0b, 0x83, 0x62, 0xec, 0x46, 0x48, 0xf6, 0x60, 0x35, 0x16, 0x39, 0x29, 0x49, 0x4e,
0xf2, 0x34, 0x0d, 0xbc, 0xf2, 0x9c, 0xc0, 0xe4, 0x00, 0x20, 0x98, 0xd6, 0xa4, 0x16, 0xaa, 0x4a,
0x6d, 0xdd, 0x48, 0x21, 0xfa, 0x18, 0x54, 0x51, 0xf3, 0x99, 0x19, 0x59, 0x43, 0x0e, 0x75, 0x7d,
0xfa, 0x3c, 0xa9, 0xbf, 0x80, 0x72, 0x5a, 0x56, 0x4c, 0x2a, 0xd8, 0x30, 0xb2, 0xa0, 0xfe, 0x17,
0x7c, 0x92, 0x13, 0x18, 0x19, 0xf9, 0x1d, 0xb6, 0x31, 0x29, 0x8b, 0xe3, 0x42, 0x28, 0xd9, 0x80,
0xc6, 0x53, 0x75, 0x90, 0xf2, 0x1a, 0x73, 0x44, 0xfa, 0x03, 0x54, 0x72, 0x34, 0xe3, 0x6a, 0x09,
0xa3, 0xf3, 0xa0, 0x4f, 0x93, 0xa2, 0x0b, 0x46, 0x0a, 0xe1, 0xbd, 0x32, 0xa8, 0x75, 0x3f, 0x9d,
0x1f, 0x79, 0x22, 0x87, 0xf0, 0x01, 0xff, 0xe2, 0x3c, 0x17, 0x41, 0xe8, 0xb5, 0x5b, 0x89, 0xd2,
0x25, 0x63, 0x06, 0xd5, 0x4f, 0xa1, 0x72, 0x49, 0x23, 0x1e, 0x12, 0x45, 0xf1, 0xbd, 0xc8, 0x8c,
0x62, 0xe4, 0x62, 0xab, 0xb0, 0x16, 0x4b, 0xbd, 0x94, 0x44, 0xaf, 0xc9, 0x51, 0x7f, 0x5d, 0x04,
0x75, 0xb1, 0x17, 0x32, 0x42, 0xa1, 0x8c, 0xb1, 0x65, 0x51, 0xc4, 0x8c, 0x4c, 0x3f, 0xe5, 0xca,
0x94, 0xc7, 0x54, 0xef, 0xa5, 0x69, 0x8c, 0x2c, 0x2b, 0xb9, 0x85, 0xad, 0x81, 0xe9, 0xb8, 0xb4,
0x2f, 0xa3, 0x88, 0xa1, 0xfc, 0x71, 0xf9, 0x28, 0x17, 0x09, 0x4b, 0x8b, 0x46, 0xa6, 0xe3, 0x1a,
0x19, 0x4e, 0xed, 0x5f, 0x28, 0xcb, 0x1c, 0xc4, 0x35, 0xd1, 0x60, 0x9d, 0xc9, 0xce, 0xc8, 0xdd,
0x98, 0x9e, 0x79, 0x27, 0x30, 0x61, 0x9d, 0x74, 0x42, 0x9c, 0x38, 0x6e, 0x05, 0xbe, 0x2f, 0x3b,
0xb0, 0x61, 0xc8, 0x13, 0xdf, 0x7f, 0x07, 0xcf, 0x4c, 0x6b, 0x64, 0x87, 0x41, 0xec, 0xf7, 0xd5,
0x62, 0xb2, 0x09, 0x19, 0x4c, 0x3b, 0x84, 0xad, 0x74, 0x7a, 0x79, 0x9b, 0xa9, 0xbd, 0x52, 0xa6,
0x99, 0x4a, 0x79, 0xf2, 0x76, 0x38, 0x2f, 0x4b, 0x84, 0x9d, 0x7e, 0x12, 0x63, 0x32, 0x79, 0x42,
0x21, 0xb5, 0xf0, 0xcc, 0xe6, 0x49, 0x5d, 0x17, 0x92, 0xeb, 0x7f, 0x00, 0xf9, 0xd9, 0xb1, 0x46,
0x9c, 0xa0, 0x3b, 0x18, 0x70, 0x02, 0x3e, 0x77, 0x07, 0x00, 0x13, 0x51, 0x65, 0xfa, 0x25, 0x23,
0x85, 0xf0, 0xd1, 0x1e, 0x49, 0xaf, 0x76, 0xeb, 0xca, 0xc1, 0x48, 0xae, 0xf3, 0x0c, 0xaa, 0xef,
0xc2, 0xc7, 0x73, 0xec, 0xc8, 0xf4, 0x17, 0x0a, 0x68, 0x9d, 0xd8, 0x8d, 0x9c, 0x1b, 0x1a, 0x7a,
0x8e, 0x6f, 0xba, 0x57, 0x81, 0xed, 0xf8, 0xe7, 0x43, 0x6a, 0x8d, 0x78, 0xf4, 0x3c, 0xe1, 0xb2,
0x59, 0xad, 0xcc, 0x65, 0xb5, 0x03, 0xa5, 0x28, 0x18, 0x51, 0x5f, 0x76, 0x59, 0x1c, 0x48, 0x15,
0x36, 0x03, 0x46, 0x43, 0x33, 0x72, 0x02, 0x3e, 0x01, 0xc5, 0xe4, 0x2e, 0x0d, 0xe9, 0x9f, 0xc1,
0x7e, 0x6e, 0x36, 0xc8, 0x9a, 0x6f, 0x4a, 0x00, 0x1e, 0xda, 0x97, 0x42, 0x6e, 0x32, 0x80, 0x72,
0xe6, 0x41, 0x20, 0x5f, 0xe5, 0x76, 0x66, 0xf6, 0x9d, 0xd2, 0xbe, 0x7e, 0xaa, 0x29, 0x32, 0xf2,
0x37, 0xec, 0x2c, 0xea, 0x2c, 0x39, 0x5e, 0x72, 0x10, 0xee, 0xb4, 0x93, 0xa5, 0x47, 0x87, 0xfc,
0x03, 0xbb, 0x0b, 0x7f, 0x88, 0xc9, 0xc9, 0x3b, 0x2a, 0x98, 0x7f, 0x31, 0xb4, 0xe6, 0xb2, 0x2e,
0xc8, 0xc8, 0xff, 0x0a, 0x7c, 0xde, 0x8b, 0x19, 0x0d, 0x2f, 0xc3, 0x20, 0x66, 0xef, 0x35, 0x15,
0x17, 0x3e, 0x9c, 0x99, 0x61, 0xf2, 0x4d, 0x2e, 0xcd, 0xfc, 0x2e, 0x69, 0xdf, 0x3e, 0xdd, 0x18,
0x19, 0xf9, 0x4f, 0x81, 0x4a, 0xce, 0x30, 0x92, 0xd3, 0x5c, 0xa6, 0xfc, 0x65, 0xd2, 0xbe, 0x5b,
0xde, 0x09, 0xd9, 0x59, 0xed, 0xb7, 0x43, 0xe1, 0x96, 0xfa, 0x1f, 0xf6, 0xe8, 0xfa, 0xc3, 0xe3,
0xe7, 0xed, 0x6a, 0x72, 0x79, 0xfa, 0x36, 0x00, 0x00, 0xff, 0xff, 0xea, 0x09, 0x51, 0x6b, 0xf7,
0x09, 0x00, 0x00,
2022-11-28 19:09:38 +08:00
}