|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: push/push.proto
|
|
|
|
|
|
|
|
package pbPush // import "OpenIM/pkg/proto/push"
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
import sdkws "OpenIM/pkg/proto/sdkws"
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
|
type PushMsgReq struct {
|
|
|
|
MsgData *sdkws.MsgData `protobuf:"bytes,1,opt,name=msgData" json:"msgData,omitempty"`
|
|
|
|
SourceID string `protobuf:"bytes,2,opt,name=sourceID" json:"sourceID,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PushMsgReq) Reset() { *m = PushMsgReq{} }
|
|
|
|
func (m *PushMsgReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PushMsgReq) ProtoMessage() {}
|
|
|
|
func (*PushMsgReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_push_81fcc0e39a4f87ed, []int{0}
|
|
|
|
}
|
|
|
|
func (m *PushMsgReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PushMsgReq.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PushMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PushMsgReq.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *PushMsgReq) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PushMsgReq.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *PushMsgReq) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PushMsgReq.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PushMsgReq) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PushMsgReq.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PushMsgReq proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PushMsgReq) GetMsgData() *sdkws.MsgData {
|
|
|
|
if m != nil {
|
|
|
|
return m.MsgData
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PushMsgReq) GetSourceID() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.SourceID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type PushMsgResp struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PushMsgResp) Reset() { *m = PushMsgResp{} }
|
|
|
|
func (m *PushMsgResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PushMsgResp) ProtoMessage() {}
|
|
|
|
func (*PushMsgResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_push_81fcc0e39a4f87ed, []int{1}
|
|
|
|
}
|
|
|
|
func (m *PushMsgResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PushMsgResp.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PushMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PushMsgResp.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *PushMsgResp) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PushMsgResp.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *PushMsgResp) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PushMsgResp.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PushMsgResp) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PushMsgResp.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PushMsgResp proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type DelUserPushTokenReq struct {
|
|
|
|
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
|
|
|
|
PlatformID int32 `protobuf:"varint,2,opt,name=platformID" json:"platformID,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DelUserPushTokenReq) Reset() { *m = DelUserPushTokenReq{} }
|
|
|
|
func (m *DelUserPushTokenReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DelUserPushTokenReq) ProtoMessage() {}
|
|
|
|
func (*DelUserPushTokenReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_push_81fcc0e39a4f87ed, []int{2}
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenReq.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenReq.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *DelUserPushTokenReq) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DelUserPushTokenReq.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenReq) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenReq.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenReq) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DelUserPushTokenReq.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DelUserPushTokenReq proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *DelUserPushTokenReq) GetUserID() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.UserID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DelUserPushTokenReq) GetPlatformID() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.PlatformID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type DelUserPushTokenResp struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DelUserPushTokenResp) Reset() { *m = DelUserPushTokenResp{} }
|
|
|
|
func (m *DelUserPushTokenResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DelUserPushTokenResp) ProtoMessage() {}
|
|
|
|
func (*DelUserPushTokenResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_push_81fcc0e39a4f87ed, []int{3}
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenResp.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenResp.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *DelUserPushTokenResp) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DelUserPushTokenResp.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenResp) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DelUserPushTokenResp.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DelUserPushTokenResp) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DelUserPushTokenResp.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DelUserPushTokenResp proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*PushMsgReq)(nil), "OpenIMServer.push.PushMsgReq")
|
|
|
|
proto.RegisterType((*PushMsgResp)(nil), "OpenIMServer.push.PushMsgResp")
|
|
|
|
proto.RegisterType((*DelUserPushTokenReq)(nil), "OpenIMServer.push.DelUserPushTokenReq")
|
|
|
|
proto.RegisterType((*DelUserPushTokenResp)(nil), "OpenIMServer.push.DelUserPushTokenResp")
|
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
|
|
|
// Client API for PushMsgService service
|
|
|
|
|
|
|
|
type PushMsgServiceClient interface {
|
|
|
|
PushMsg(ctx context.Context, in *PushMsgReq, opts ...grpc.CallOption) (*PushMsgResp, error)
|
|
|
|
DelUserPushToken(ctx context.Context, in *DelUserPushTokenReq, opts ...grpc.CallOption) (*DelUserPushTokenResp, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type pushMsgServiceClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewPushMsgServiceClient(cc *grpc.ClientConn) PushMsgServiceClient {
|
|
|
|
return &pushMsgServiceClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *pushMsgServiceClient) PushMsg(ctx context.Context, in *PushMsgReq, opts ...grpc.CallOption) (*PushMsgResp, error) {
|
|
|
|
out := new(PushMsgResp)
|
|
|
|
err := grpc.Invoke(ctx, "/OpenIMServer.push.PushMsgService/PushMsg", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *pushMsgServiceClient) DelUserPushToken(ctx context.Context, in *DelUserPushTokenReq, opts ...grpc.CallOption) (*DelUserPushTokenResp, error) {
|
|
|
|
out := new(DelUserPushTokenResp)
|
|
|
|
err := grpc.Invoke(ctx, "/OpenIMServer.push.PushMsgService/DelUserPushToken", in, out, c.cc, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// Server API for PushMsgService service
|
|
|
|
|
|
|
|
type PushMsgServiceServer interface {
|
|
|
|
PushMsg(context.Context, *PushMsgReq) (*PushMsgResp, error)
|
|
|
|
DelUserPushToken(context.Context, *DelUserPushTokenReq) (*DelUserPushTokenResp, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterPushMsgServiceServer(s *grpc.Server, srv PushMsgServiceServer) {
|
|
|
|
s.RegisterService(&_PushMsgService_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _PushMsgService_PushMsg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(PushMsgReq)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(PushMsgServiceServer).PushMsg(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/OpenIMServer.push.PushMsgService/PushMsg",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(PushMsgServiceServer).PushMsg(ctx, req.(*PushMsgReq))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _PushMsgService_DelUserPushToken_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DelUserPushTokenReq)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(PushMsgServiceServer).DelUserPushToken(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/OpenIMServer.push.PushMsgService/DelUserPushToken",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(PushMsgServiceServer).DelUserPushToken(ctx, req.(*DelUserPushTokenReq))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _PushMsgService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "OpenIMServer.push.PushMsgService",
|
|
|
|
HandlerType: (*PushMsgServiceServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "PushMsg",
|
|
|
|
Handler: _PushMsgService_PushMsg_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "DelUserPushToken",
|
|
|
|
Handler: _PushMsgService_DelUserPushToken_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "push/push.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("push/push.proto", fileDescriptor_push_81fcc0e39a4f87ed) }
|
|
|
|
|
|
|
|
var fileDescriptor_push_81fcc0e39a4f87ed = []byte{
|
|
|
|
// 291 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x4f, 0x4b, 0xf3, 0x40,
|
|
|
|
0x10, 0xc6, 0xc9, 0x0b, 0x6f, 0x6b, 0xa7, 0xf8, 0x6f, 0x95, 0x52, 0xa2, 0x86, 0x92, 0x83, 0xed,
|
|
|
|
0xa5, 0x1b, 0xa8, 0x78, 0xf2, 0x26, 0x39, 0x98, 0x43, 0x50, 0xa2, 0x5e, 0xbc, 0x48, 0x1a, 0xc7,
|
|
|
|
0x54, 0xd2, 0x76, 0xc7, 0x9d, 0xc4, 0x7e, 0x3c, 0xbf, 0x9a, 0x6c, 0x12, 0x6b, 0xb5, 0x45, 0xbc,
|
|
|
|
0x2c, 0xcc, 0x33, 0xbf, 0x79, 0x9e, 0xdd, 0x59, 0xd8, 0xa5, 0x82, 0x27, 0x9e, 0x39, 0x24, 0x69,
|
|
|
|
0x95, 0x2b, 0xb1, 0x7f, 0x4d, 0x38, 0x0f, 0xc2, 0x5b, 0xd4, 0x6f, 0xa8, 0xa5, 0x69, 0xd8, 0x7d,
|
|
|
|
0x23, 0x0d, 0x83, 0x70, 0x58, 0x89, 0x1e, 0x65, 0xa9, 0x57, 0xc2, 0x1e, 0x3f, 0x65, 0x0b, 0xf6,
|
|
|
|
0x16, 0x5c, 0xcd, 0xba, 0x8f, 0x00, 0x37, 0x05, 0x4f, 0x42, 0x4e, 0x23, 0x7c, 0x15, 0xe7, 0xd0,
|
|
|
|
0x9c, 0x71, 0xea, 0xc7, 0x79, 0xdc, 0xb5, 0x7a, 0xd6, 0xa0, 0x3d, 0x3a, 0x92, 0xdf, 0xbc, 0xcb,
|
|
|
|
0x61, 0x19, 0x56, 0x48, 0xf4, 0xc9, 0x0a, 0x1b, 0xb6, 0x58, 0x15, 0x3a, 0xc1, 0xc0, 0xef, 0xfe,
|
|
|
|
0xeb, 0x59, 0x83, 0x56, 0xb4, 0xac, 0xdd, 0x6d, 0x68, 0x2f, 0x03, 0x98, 0xdc, 0x10, 0x0e, 0x7c,
|
|
|
|
0x9c, 0xde, 0x33, 0x6a, 0xa3, 0xde, 0xa9, 0x0c, 0xe7, 0x26, 0xb8, 0x03, 0x8d, 0x82, 0x51, 0x07,
|
|
|
|
0x7e, 0x99, 0xdb, 0x8a, 0xea, 0x4a, 0x38, 0x00, 0x34, 0x8d, 0xf3, 0x67, 0xa5, 0x67, 0xb5, 0xf7,
|
|
|
|
0xff, 0x68, 0x45, 0x71, 0x3b, 0x70, 0xb8, 0x6e, 0xc7, 0x34, 0x7a, 0xb7, 0x60, 0xa7, 0x8e, 0x35,
|
|
|
|
0x57, 0x7f, 0x49, 0x50, 0x5c, 0x41, 0xb3, 0x56, 0xc4, 0x89, 0x5c, 0xdb, 0x98, 0xfc, 0xda, 0x82,
|
|
|
|
0xed, 0xfc, 0xd6, 0x66, 0x12, 0x09, 0xec, 0xfd, 0x0c, 0x15, 0xa7, 0x1b, 0x66, 0x36, 0x3c, 0xd4,
|
|
|
|
0xee, 0xff, 0x89, 0x63, 0xba, 0x74, 0x1e, 0x8e, 0x2b, 0x72, 0xe5, 0xef, 0x0c, 0x7d, 0x41, 0x63,
|
|
|
|
0x03, 0x8e, 0x1b, 0xa5, 0x74, 0xf6, 0x11, 0x00, 0x00, 0xff, 0xff, 0x38, 0x6e, 0x86, 0xe1, 0x0e,
|
|
|
|
0x02, 0x00, 0x00,
|
|
|
|
}
|