logic

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatHistoryListLogic

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

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

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

func NewChatHistorySaveLogic

func NewChatHistorySaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChatHistorySaveLogic

func (*ChatHistorySaveLogic) ChatHistorySave

func (l *ChatHistorySaveLogic) ChatHistorySave(in *chat.CHSaveReq) (*chat.Rsp, error)

type ChatNumberLogic

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

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

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

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

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

func NewMessageSaveLogic

func NewMessageSaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MessageSaveLogic

func (*MessageSaveLogic) MessageSave

func (l *MessageSaveLogic) MessageSave(in *chat.MsgSaveReq) (*chat.Rsp, error)

Jump to

Keyboard shortcuts

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