pb

package
v0.0.0-...-efd9455 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type BodyReq

type BodyReq struct {
	ReqIdentifier uint32 `protobuf:"varint,1,opt,name=reqIdentifier,proto3" json:"reqIdentifier,omitempty"`
	Token         string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	SendID        string `protobuf:"bytes,3,opt,name=sendID,proto3" json:"sendID,omitempty"`
	Data          []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BodyReq) Descriptor deprecated

func (*BodyReq) Descriptor() ([]byte, []int)

Deprecated: Use BodyReq.ProtoReflect.Descriptor instead.

func (*BodyReq) GetData

func (x *BodyReq) GetData() []byte

func (*BodyReq) GetReqIdentifier

func (x *BodyReq) GetReqIdentifier() uint32

func (*BodyReq) GetSendID

func (x *BodyReq) GetSendID() string

func (*BodyReq) GetToken

func (x *BodyReq) GetToken() string

func (*BodyReq) ProtoMessage

func (*BodyReq) ProtoMessage()

func (*BodyReq) ProtoReflect

func (x *BodyReq) ProtoReflect() protoreflect.Message

func (*BodyReq) Reset

func (x *BodyReq) Reset()

func (*BodyReq) String

func (x *BodyReq) String() string

type BodyResp

type BodyResp struct {
	ReqIdentifier uint32 `protobuf:"varint,1,opt,name=reqIdentifier,proto3" json:"reqIdentifier,omitempty"`
	ErrCode       uint32 `protobuf:"varint,2,opt,name=errCode,proto3" json:"errCode,omitempty"`
	ErrMsg        string `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	Data          []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BodyResp) Descriptor deprecated

func (*BodyResp) Descriptor() ([]byte, []int)

Deprecated: Use BodyResp.ProtoReflect.Descriptor instead.

func (*BodyResp) GetData

func (x *BodyResp) GetData() []byte

func (*BodyResp) GetErrCode

func (x *BodyResp) GetErrCode() uint32

func (*BodyResp) GetErrMsg

func (x *BodyResp) GetErrMsg() string

func (*BodyResp) GetReqIdentifier

func (x *BodyResp) GetReqIdentifier() uint32

func (*BodyResp) ProtoMessage

func (*BodyResp) ProtoMessage()

func (*BodyResp) ProtoReflect

func (x *BodyResp) ProtoReflect() protoreflect.Message

func (*BodyResp) Reset

func (x *BodyResp) Reset()

func (*BodyResp) String

func (x *BodyResp) String() string

type GetMaxAndMinGroupSeqReq

type GetMaxAndMinGroupSeqReq struct {
	GroupIDList []string `protobuf:"bytes,1,rep,name=groupIDList,proto3" json:"groupIDList,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxAndMinGroupSeqReq) Descriptor deprecated

func (*GetMaxAndMinGroupSeqReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxAndMinGroupSeqReq.ProtoReflect.Descriptor instead.

func (*GetMaxAndMinGroupSeqReq) GetGroupIDList

func (x *GetMaxAndMinGroupSeqReq) GetGroupIDList() []string

func (*GetMaxAndMinGroupSeqReq) ProtoMessage

func (*GetMaxAndMinGroupSeqReq) ProtoMessage()

func (*GetMaxAndMinGroupSeqReq) ProtoReflect

func (x *GetMaxAndMinGroupSeqReq) ProtoReflect() protoreflect.Message

func (*GetMaxAndMinGroupSeqReq) Reset

func (x *GetMaxAndMinGroupSeqReq) Reset()

func (*GetMaxAndMinGroupSeqReq) String

func (x *GetMaxAndMinGroupSeqReq) String() string

type GetMaxAndMinGroupSeqResp

type GetMaxAndMinGroupSeqResp struct {
	GroupSeqList []*GetMaxAndMinGroupSeqRespItem `protobuf:"bytes,1,rep,name=groupSeqList,proto3" json:"groupSeqList,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxAndMinGroupSeqResp) Descriptor deprecated

func (*GetMaxAndMinGroupSeqResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxAndMinGroupSeqResp.ProtoReflect.Descriptor instead.

func (*GetMaxAndMinGroupSeqResp) GetGroupSeqList

func (*GetMaxAndMinGroupSeqResp) ProtoMessage

func (*GetMaxAndMinGroupSeqResp) ProtoMessage()

func (*GetMaxAndMinGroupSeqResp) ProtoReflect

func (x *GetMaxAndMinGroupSeqResp) ProtoReflect() protoreflect.Message

func (*GetMaxAndMinGroupSeqResp) Reset

func (x *GetMaxAndMinGroupSeqResp) Reset()

func (*GetMaxAndMinGroupSeqResp) String

func (x *GetMaxAndMinGroupSeqResp) String() string

type GetMaxAndMinGroupSeqRespItem

type GetMaxAndMinGroupSeqRespItem struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
	MaxSeq  uint32 `protobuf:"varint,2,opt,name=maxSeq,proto3" json:"maxSeq,omitempty"`
	MinSeq  uint32 `protobuf:"varint,3,opt,name=minSeq,proto3" json:"minSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxAndMinGroupSeqRespItem) Descriptor deprecated

func (*GetMaxAndMinGroupSeqRespItem) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxAndMinGroupSeqRespItem.ProtoReflect.Descriptor instead.

func (*GetMaxAndMinGroupSeqRespItem) GetGroupID

func (x *GetMaxAndMinGroupSeqRespItem) GetGroupID() string

func (*GetMaxAndMinGroupSeqRespItem) GetMaxSeq

func (x *GetMaxAndMinGroupSeqRespItem) GetMaxSeq() uint32

func (*GetMaxAndMinGroupSeqRespItem) GetMinSeq

func (x *GetMaxAndMinGroupSeqRespItem) GetMinSeq() uint32

func (*GetMaxAndMinGroupSeqRespItem) ProtoMessage

func (*GetMaxAndMinGroupSeqRespItem) ProtoMessage()

func (*GetMaxAndMinGroupSeqRespItem) ProtoReflect

func (*GetMaxAndMinGroupSeqRespItem) Reset

func (x *GetMaxAndMinGroupSeqRespItem) Reset()

func (*GetMaxAndMinGroupSeqRespItem) String

type GetMaxAndMinSeqReq

type GetMaxAndMinSeqReq struct {
	// contains filtered or unexported fields
}

seq

func (*GetMaxAndMinSeqReq) Descriptor deprecated

func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxAndMinSeqReq.ProtoReflect.Descriptor instead.

func (*GetMaxAndMinSeqReq) ProtoMessage

func (*GetMaxAndMinSeqReq) ProtoMessage()

func (*GetMaxAndMinSeqReq) ProtoReflect

func (x *GetMaxAndMinSeqReq) ProtoReflect() protoreflect.Message

func (*GetMaxAndMinSeqReq) Reset

func (x *GetMaxAndMinSeqReq) Reset()

func (*GetMaxAndMinSeqReq) String

func (x *GetMaxAndMinSeqReq) String() string

type GetMaxAndMinSeqResp

type GetMaxAndMinSeqResp struct {
	MaxSeq uint32 `protobuf:"varint,1,opt,name=maxSeq,proto3" json:"maxSeq,omitempty"`
	MinSeq uint32 `protobuf:"varint,2,opt,name=minSeq,proto3" json:"minSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxAndMinSeqResp) Descriptor deprecated

func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxAndMinSeqResp.ProtoReflect.Descriptor instead.

func (*GetMaxAndMinSeqResp) GetMaxSeq

func (x *GetMaxAndMinSeqResp) GetMaxSeq() uint32

func (*GetMaxAndMinSeqResp) GetMinSeq

func (x *GetMaxAndMinSeqResp) GetMinSeq() uint32

func (*GetMaxAndMinSeqResp) ProtoMessage

func (*GetMaxAndMinSeqResp) ProtoMessage()

func (*GetMaxAndMinSeqResp) ProtoReflect

func (x *GetMaxAndMinSeqResp) ProtoReflect() protoreflect.Message

func (*GetMaxAndMinSeqResp) Reset

func (x *GetMaxAndMinSeqResp) Reset()

func (*GetMaxAndMinSeqResp) String

func (x *GetMaxAndMinSeqResp) String() string

type MsgData

type MsgData struct {
	SendID           string           `protobuf:"bytes,1,opt,name=sendID,proto3" json:"sendID,omitempty"`
	RecvID           string           `protobuf:"bytes,2,opt,name=recvID,proto3" json:"recvID,omitempty"`
	GroupID          string           `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID,omitempty"`
	ClientMsgID      string           `protobuf:"bytes,4,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	ServerMsgID      string           `protobuf:"bytes,5,opt,name=serverMsgID,proto3" json:"serverMsgID,omitempty"`
	SenderPlatformID int32            `protobuf:"varint,6,opt,name=senderPlatformID,proto3" json:"senderPlatformID,omitempty"`
	SenderNickname   string           `protobuf:"bytes,7,opt,name=senderNickname,proto3" json:"senderNickname,omitempty"`
	SenderFaceURL    string           `protobuf:"bytes,8,opt,name=senderFaceURL,proto3" json:"senderFaceURL,omitempty"`
	SessionType      int32            `protobuf:"varint,9,opt,name=sessionType,proto3" json:"sessionType,omitempty"`
	MsgFrom          int32            `protobuf:"varint,10,opt,name=msgFrom,proto3" json:"msgFrom,omitempty"`
	ContentType      int32            `protobuf:"varint,11,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Content          []byte           `protobuf:"bytes,12,opt,name=content,proto3" json:"content,omitempty"`
	Seq              uint32           `protobuf:"varint,13,opt,name=seq,proto3" json:"seq,omitempty"`
	ServerTime       int64            `protobuf:"varint,14,opt,name=serverTime,proto3" json:"serverTime,omitempty"`
	ClientTime       int64            `protobuf:"varint,15,opt,name=clientTime,proto3" json:"clientTime,omitempty"`
	OfflinePushInfo  *OfflinePushInfo `protobuf:"bytes,16,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo,omitempty"`
	AtUserIDList     []string         `protobuf:"bytes,17,rep,name=atUserIDList,proto3" json:"atUserIDList,omitempty"`
	Options          map[string]bool  `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MsgData) Descriptor deprecated

func (*MsgData) Descriptor() ([]byte, []int)

Deprecated: Use MsgData.ProtoReflect.Descriptor instead.

func (*MsgData) GetAtUserIDList

func (x *MsgData) GetAtUserIDList() []string

func (*MsgData) GetClientMsgID

func (x *MsgData) GetClientMsgID() string

func (*MsgData) GetClientTime

func (x *MsgData) GetClientTime() int64

func (*MsgData) GetContent

func (x *MsgData) GetContent() []byte

func (*MsgData) GetContentType

func (x *MsgData) GetContentType() int32

func (*MsgData) GetGroupID

func (x *MsgData) GetGroupID() string

func (*MsgData) GetMsgFrom

func (x *MsgData) GetMsgFrom() int32

func (*MsgData) GetOfflinePushInfo

func (x *MsgData) GetOfflinePushInfo() *OfflinePushInfo

func (*MsgData) GetOptions

func (x *MsgData) GetOptions() map[string]bool

func (*MsgData) GetRecvID

func (x *MsgData) GetRecvID() string

func (*MsgData) GetSendID

func (x *MsgData) GetSendID() string

func (*MsgData) GetSenderFaceURL

func (x *MsgData) GetSenderFaceURL() string

func (*MsgData) GetSenderNickname

func (x *MsgData) GetSenderNickname() string

func (*MsgData) GetSenderPlatformID

func (x *MsgData) GetSenderPlatformID() int32

func (*MsgData) GetSeq

func (x *MsgData) GetSeq() uint32

func (*MsgData) GetServerMsgID

func (x *MsgData) GetServerMsgID() string

func (*MsgData) GetServerTime

func (x *MsgData) GetServerTime() int64

func (*MsgData) GetSessionType

func (x *MsgData) GetSessionType() int32

func (*MsgData) ProtoMessage

func (*MsgData) ProtoMessage()

func (*MsgData) ProtoReflect

func (x *MsgData) ProtoReflect() protoreflect.Message

func (*MsgData) Reset

func (x *MsgData) Reset()

func (*MsgData) String

func (x *MsgData) String() string

type OfflinePushInfo

type OfflinePushInfo struct {
	Title         string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Desc          string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Ex            string `protobuf:"bytes,3,opt,name=ex,proto3" json:"ex,omitempty"`
	IOSPushSound  string `protobuf:"bytes,4,opt,name=iOSPushSound,proto3" json:"iOSPushSound,omitempty"`
	IOSBadgeCount bool   `protobuf:"varint,5,opt,name=iOSBadgeCount,proto3" json:"iOSBadgeCount,omitempty"`
	// contains filtered or unexported fields
}

func (*OfflinePushInfo) Descriptor deprecated

func (*OfflinePushInfo) Descriptor() ([]byte, []int)

Deprecated: Use OfflinePushInfo.ProtoReflect.Descriptor instead.

func (*OfflinePushInfo) GetDesc

func (x *OfflinePushInfo) GetDesc() string

func (*OfflinePushInfo) GetEx

func (x *OfflinePushInfo) GetEx() string

func (*OfflinePushInfo) GetIOSBadgeCount

func (x *OfflinePushInfo) GetIOSBadgeCount() bool

func (*OfflinePushInfo) GetIOSPushSound

func (x *OfflinePushInfo) GetIOSPushSound() string

func (*OfflinePushInfo) GetTitle

func (x *OfflinePushInfo) GetTitle() string

func (*OfflinePushInfo) ProtoMessage

func (*OfflinePushInfo) ProtoMessage()

func (*OfflinePushInfo) ProtoReflect

func (x *OfflinePushInfo) ProtoReflect() protoreflect.Message

func (*OfflinePushInfo) Reset

func (x *OfflinePushInfo) Reset()

func (*OfflinePushInfo) String

func (x *OfflinePushInfo) String() string

type PullMessageByGroupSeqListReq

type PullMessageByGroupSeqListReq struct {
	GroupID string   `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"`
	SeqList []uint32 `protobuf:"varint,2,rep,packed,name=seqList,proto3" json:"seqList,omitempty"`
	// contains filtered or unexported fields
}

func (*PullMessageByGroupSeqListReq) Descriptor deprecated

func (*PullMessageByGroupSeqListReq) Descriptor() ([]byte, []int)

Deprecated: Use PullMessageByGroupSeqListReq.ProtoReflect.Descriptor instead.

func (*PullMessageByGroupSeqListReq) GetGroupID

func (x *PullMessageByGroupSeqListReq) GetGroupID() string

func (*PullMessageByGroupSeqListReq) GetSeqList

func (x *PullMessageByGroupSeqListReq) GetSeqList() []uint32

func (*PullMessageByGroupSeqListReq) ProtoMessage

func (*PullMessageByGroupSeqListReq) ProtoMessage()

func (*PullMessageByGroupSeqListReq) ProtoReflect

func (*PullMessageByGroupSeqListReq) Reset

func (x *PullMessageByGroupSeqListReq) Reset()

func (*PullMessageByGroupSeqListReq) String

type PullMessageBySeqListReq

type PullMessageBySeqListReq struct {
	UserID  string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	SeqList []uint32 `protobuf:"varint,2,rep,packed,name=seqList,proto3" json:"seqList,omitempty"`
	// contains filtered or unexported fields
}

pull

func (*PullMessageBySeqListReq) Descriptor deprecated

func (*PullMessageBySeqListReq) Descriptor() ([]byte, []int)

Deprecated: Use PullMessageBySeqListReq.ProtoReflect.Descriptor instead.

func (*PullMessageBySeqListReq) GetSeqList

func (x *PullMessageBySeqListReq) GetSeqList() []uint32

func (*PullMessageBySeqListReq) GetUserID

func (x *PullMessageBySeqListReq) GetUserID() string

func (*PullMessageBySeqListReq) ProtoMessage

func (*PullMessageBySeqListReq) ProtoMessage()

func (*PullMessageBySeqListReq) ProtoReflect

func (x *PullMessageBySeqListReq) ProtoReflect() protoreflect.Message

func (*PullMessageBySeqListReq) Reset

func (x *PullMessageBySeqListReq) Reset()

func (*PullMessageBySeqListReq) String

func (x *PullMessageBySeqListReq) String() string

type PullMessageBySeqListResp

type PullMessageBySeqListResp struct {
	List []*MsgData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*PullMessageBySeqListResp) Descriptor deprecated

func (*PullMessageBySeqListResp) Descriptor() ([]byte, []int)

Deprecated: Use PullMessageBySeqListResp.ProtoReflect.Descriptor instead.

func (*PullMessageBySeqListResp) GetList

func (x *PullMessageBySeqListResp) GetList() []*MsgData

func (*PullMessageBySeqListResp) ProtoMessage

func (*PullMessageBySeqListResp) ProtoMessage()

func (*PullMessageBySeqListResp) ProtoReflect

func (x *PullMessageBySeqListResp) ProtoReflect() protoreflect.Message

func (*PullMessageBySeqListResp) Reset

func (x *PullMessageBySeqListResp) Reset()

func (*PullMessageBySeqListResp) String

func (x *PullMessageBySeqListResp) String() string

type SendMsgReq

type SendMsgReq struct {
	Token   string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	MsgData *MsgData `protobuf:"bytes,2,opt,name=msgData,proto3" json:"msgData,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMsgReq) Descriptor deprecated

func (*SendMsgReq) Descriptor() ([]byte, []int)

Deprecated: Use SendMsgReq.ProtoReflect.Descriptor instead.

func (*SendMsgReq) GetMsgData

func (x *SendMsgReq) GetMsgData() *MsgData

func (*SendMsgReq) GetToken

func (x *SendMsgReq) GetToken() string

func (*SendMsgReq) ProtoMessage

func (*SendMsgReq) ProtoMessage()

func (*SendMsgReq) ProtoReflect

func (x *SendMsgReq) ProtoReflect() protoreflect.Message

func (*SendMsgReq) Reset

func (x *SendMsgReq) Reset()

func (*SendMsgReq) String

func (x *SendMsgReq) String() string

type SendMsgResp

type SendMsgResp struct {
	ServerMsgID string `protobuf:"bytes,1,opt,name=serverMsgID,proto3" json:"serverMsgID,omitempty"`
	ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID,proto3" json:"clientMsgID,omitempty"`
	ServerTime  int64  `protobuf:"varint,3,opt,name=serverTime,proto3" json:"serverTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMsgResp) Descriptor deprecated

func (*SendMsgResp) Descriptor() ([]byte, []int)

Deprecated: Use SendMsgResp.ProtoReflect.Descriptor instead.

func (*SendMsgResp) GetClientMsgID

func (x *SendMsgResp) GetClientMsgID() string

func (*SendMsgResp) GetServerMsgID

func (x *SendMsgResp) GetServerMsgID() string

func (*SendMsgResp) GetServerTime

func (x *SendMsgResp) GetServerTime() int64

func (*SendMsgResp) ProtoMessage

func (*SendMsgResp) ProtoMessage()

func (*SendMsgResp) ProtoReflect

func (x *SendMsgResp) ProtoReflect() protoreflect.Message

func (*SendMsgResp) Reset

func (x *SendMsgResp) Reset()

func (*SendMsgResp) String

func (x *SendMsgResp) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL