logic

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: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMaxAndMinSeqLogic

type GetMaxAndMinSeqLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetMaxAndMinSeqLogic

func NewGetMaxAndMinSeqLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMaxAndMinSeqLogic

func (*GetMaxAndMinSeqLogic) GetMaxAndMinSeq

type GetSuperGroupMaxAndMinSeqLogic

type GetSuperGroupMaxAndMinSeqLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetSuperGroupMaxAndMinSeqLogic

func NewGetSuperGroupMaxAndMinSeqLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSuperGroupMaxAndMinSeqLogic

func (*GetSuperGroupMaxAndMinSeqLogic) GetSuperGroupMaxAndMinSeq

type MsgCallBackReq

type MsgCallBackReq struct {
	SendID       string `json:"sendID"`
	RecvID       string `json:"recvID"`
	Content      string `json:"content"`
	SendTime     int64  `json:"sendTime"`
	MsgFrom      int32  `json:"msgFrom"`
	ContentType  int32  `json:"contentType"`
	SessionType  int32  `json:"sessionType"`
	PlatformID   int32  `json:"senderPlatformID"`
	MsgID        string `json:"msgID"`
	IsOnlineOnly bool   `json:"isOnlineOnly"`
}

type MsgCallBackResp

type MsgCallBackResp struct {
	ErrCode         int32  `json:"errCode"`
	ErrMsg          string `json:"errMsg"`
	ResponseErrCode int32  `json:"responseErrCode"`
	ResponseResult  struct {
		ModifiedMsg string `json:"modifiedMsg"`
		Ext         string `json:"ext"`
	}
}

type PullMessageBySeqListLogic

type PullMessageBySeqListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewPullMessageBySeqListLogic

func NewPullMessageBySeqListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PullMessageBySeqListLogic

func (*PullMessageBySeqListLogic) PullMessageBySeqList

type PullMessageBySuperGroupSeqListLogic

type PullMessageBySuperGroupSeqListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewPullMessageBySuperGroupSeqListLogic

func NewPullMessageBySuperGroupSeqListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PullMessageBySuperGroupSeqListLogic

func (*PullMessageBySuperGroupSeqListLogic) PullMessageBySuperGroupSeqList

type SendMsgLogic

type SendMsgLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewSendMsgLogic

func NewSendMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendMsgLogic

func (*SendMsgLogic) SendMsg

func (l *SendMsgLogic) SendMsg(pb *pb.SendMsgReq) (*pb.SendMsgResp, error)

Jump to

Keyboard shortcuts

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