|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: push/push.proto
|
|
|
|
|
|
|
|
package pbPush // import "./push"
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
import sdk_ws "Open_IM/pkg/proto/sdk_ws"
|
|
|
|
|
|
|
|
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 {
|
|
|
|
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
|
|
|
|
MsgData *sdk_ws.MsgData `protobuf:"bytes,2,opt,name=msgData" json:"msgData,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_3a8dbda4109fac8a, []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) GetOperationID() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.OperationID
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PushMsgReq) GetMsgData() *sdk_ws.MsgData {
|
|
|
|
if m != nil {
|
|
|
|
return m.MsgData
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type PushMsgResp struct {
|
|
|
|
ResultCode int32 `protobuf:"varint,1,opt,name=ResultCode" json:"ResultCode,omitempty"`
|
|
|
|
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_3a8dbda4109fac8a, []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
|
|
|
|
|
|
|
|
func (m *PushMsgResp) GetResultCode() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.ResultCode
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*PushMsgReq)(nil), "push.PushMsgReq")
|
|
|
|
proto.RegisterType((*PushMsgResp)(nil), "push.PushMsgResp")
|
|
|
|
}
|
|
|
|
|
|
|
|
// 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)
|
|
|
|
}
|
|
|
|
|
|
|
|
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, "/push.PushMsgService/PushMsg", 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)
|
|
|
|
}
|
|
|
|
|
|
|
|
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: "/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)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _PushMsgService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "push.PushMsgService",
|
|
|
|
HandlerType: (*PushMsgServiceServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "PushMsg",
|
|
|
|
Handler: _PushMsgService_PushMsg_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "push/push.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("push/push.proto", fileDescriptor_push_3a8dbda4109fac8a) }
|
|
|
|
|
|
|
|
var fileDescriptor_push_3a8dbda4109fac8a = []byte{
|
|
|
|
// 229 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x90, 0x31, 0x4f, 0xc3, 0x30,
|
|
|
|
0x10, 0x85, 0x15, 0x04, 0x54, 0x5c, 0x04, 0x05, 0x4f, 0x55, 0x06, 0x14, 0x3a, 0x75, 0xc1, 0x96,
|
|
|
|
0x0a, 0x1b, 0x0b, 0x82, 0x2e, 0x1d, 0x22, 0x90, 0xd9, 0x58, 0x2c, 0x97, 0x9c, 0xd2, 0xa8, 0xb4,
|
|
|
|
0x3e, 0x7c, 0x4e, 0xfb, 0xf7, 0x51, 0x9c, 0x00, 0x11, 0x8b, 0x65, 0x7d, 0xf7, 0x49, 0xef, 0xde,
|
|
|
|
0xc1, 0x98, 0x1a, 0x5e, 0xab, 0xf6, 0x91, 0xe4, 0x5d, 0x70, 0xe2, 0xb8, 0xfd, 0x67, 0x37, 0x2f,
|
|
|
|
0x84, 0x3b, 0xb3, 0x2c, 0x14, 0x6d, 0x2a, 0x15, 0x07, 0x8a, 0xcb, 0x8d, 0x39, 0xb0, 0x3a, 0x70,
|
|
|
|
0x27, 0x4e, 0x4b, 0x80, 0xd7, 0x86, 0xd7, 0x05, 0x57, 0x1a, 0xbf, 0x44, 0x0e, 0xa9, 0x23, 0xf4,
|
|
|
|
0x36, 0xd4, 0x6e, 0xb7, 0x5c, 0x4c, 0x92, 0x3c, 0x99, 0x9d, 0xe9, 0x21, 0x12, 0xf7, 0x30, 0xda,
|
|
|
|
0x72, 0xb5, 0xb0, 0xc1, 0x4e, 0x8e, 0xf2, 0x64, 0x96, 0xce, 0x33, 0xc9, 0xe8, 0xf7, 0xe8, 0x8d,
|
|
|
|
0xa5, 0xda, 0x90, 0xf5, 0x76, 0xcb, 0xb2, 0xe8, 0x0c, 0xfd, 0xa3, 0x4e, 0x6f, 0x21, 0xfd, 0x4d,
|
|
|
|
0x61, 0x12, 0xd7, 0x00, 0x1a, 0xb9, 0xf9, 0x0c, 0xcf, 0xae, 0xc4, 0x98, 0x72, 0xa2, 0x07, 0x64,
|
|
|
|
0xfe, 0x08, 0x17, 0xbd, 0xfe, 0x86, 0x7e, 0x5f, 0x7f, 0xa0, 0x90, 0x30, 0xea, 0x89, 0xb8, 0x94,
|
|
|
|
0xb1, 0xe7, 0xdf, 0xd6, 0xd9, 0xd5, 0x3f, 0xc2, 0xf4, 0x34, 0x7e, 0x3f, 0x97, 0xf1, 0x1e, 0x0f,
|
|
|
|
0xb4, 0x6a, 0xf9, 0xea, 0x34, 0xd6, 0xbd, 0xfb, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x97, 0x1e,
|
|
|
|
0x77, 0x2a, 0x01, 0x00, 0x00,
|
|
|
|
}
|