Versions in this module Expand all Collapse all v1 v1.0.1 Sep 15, 2021 Changes in this version + type ChatHistoryListLogic struct + func NewChatHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatHistoryListLogic + func (l *ChatHistoryListLogic) ChatHistoryList(in *template.ChatHistoryReq) (*template.ChatHistoryRsp, error) + type ChatHistorySaveLogic struct + func NewChatHistorySaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatHistorySaveLogic + func (l *ChatHistorySaveLogic) ChatHistorySave(in *template.CHSaveReq) (*template.Rsp, error) + type ChatNumberLogic struct + func NewChatNumberLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatNumberLogic + func (l *ChatNumberLogic) ChatNumber(in *template.ChatNumberReq) (*template.ChatNumberRsp, error) + type MessageListLogic struct + func NewMessageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageListLogic + func (l *MessageListLogic) MessageList(in *template.MsgListReq) (*template.MsgListRsp, error) + type MessageSaveLogic struct + func NewMessageSaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageSaveLogic + func (l *MessageSaveLogic) MessageSave(in *template.MsgSaveReq) (*template.Rsp, error)