Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatHistoryListLogic ¶
func NewChatHistoryListLogic ¶
func NewChatHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatHistoryListLogic
func (*ChatHistoryListLogic) ChatHistoryList ¶
func (l *ChatHistoryListLogic) ChatHistoryList(in *chat.ChatHistoryReq) (*chat.ChatHistoryRsp, error)
type ChatHistorySaveLogic ¶
func NewChatHistorySaveLogic ¶
func NewChatHistorySaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatHistorySaveLogic
func (*ChatHistorySaveLogic) ChatHistorySave ¶
type ChatNumberLogic ¶
func NewChatNumberLogic ¶
func NewChatNumberLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatNumberLogic
func (*ChatNumberLogic) ChatNumber ¶
func (l *ChatNumberLogic) ChatNumber(in *chat.ChatNumberReq) (*chat.ChatNumberRsp, error)
type MessageListLogic ¶
func NewMessageListLogic ¶
func NewMessageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageListLogic
func (*MessageListLogic) MessageList ¶
func (l *MessageListLogic) MessageList(in *chat.MsgListReq) (*chat.MsgListRsp, error)
type MessageSaveLogic ¶
func NewMessageSaveLogic ¶
func NewMessageSaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageSaveLogic
func (*MessageSaveLogic) MessageSave ¶
func (l *MessageSaveLogic) MessageSave(in *chat.MsgSaveReq) (*chat.Rsp, error)
Click to show internal directories.
Click to hide internal directories.