messagerpclogic

package
v0.0.0-...-eea11df Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: Apache-2.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 AddChatMessageLogic

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

func NewAddChatMessageLogic

func NewAddChatMessageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddChatMessageLogic

func (*AddChatMessageLogic) AddChatMessage

创建聊天记录

type AddRemarkLogic

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

func NewAddRemarkLogic

func NewAddRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddRemarkLogic

func (*AddRemarkLogic) AddRemark

创建留言

type DeletesChatMessageLogic

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

func NewDeletesChatMessageLogic

func NewDeletesChatMessageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletesChatMessageLogic

func (*DeletesChatMessageLogic) DeletesChatMessage

func (l *DeletesChatMessageLogic) DeletesChatMessage(in *messagerpc.IdsReq) (*messagerpc.BatchResp, error)

删除聊天记录

type DeletesRemarkLogic

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

func NewDeletesRemarkLogic

func NewDeletesRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletesRemarkLogic

func (*DeletesRemarkLogic) DeletesRemark

func (l *DeletesRemarkLogic) DeletesRemark(in *messagerpc.IdsReq) (*messagerpc.BatchResp, error)

删除留言

type FindChatMessageListLogic

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

func NewFindChatMessageListLogic

func NewFindChatMessageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindChatMessageListLogic

func (*FindChatMessageListLogic) FindChatMessageList

查询聊天记录列表

type FindRemarkListLogic

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

func NewFindRemarkListLogic

func NewFindRemarkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindRemarkListLogic

func (*FindRemarkListLogic) FindRemarkList

查询留言列表

type GetChatMessageLogic

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

func NewGetChatMessageLogic

func NewGetChatMessageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetChatMessageLogic

func (*GetChatMessageLogic) GetChatMessage

查询聊天记录

type GetRemarkLogic

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

func NewGetRemarkLogic

func NewGetRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRemarkLogic

func (*GetRemarkLogic) GetRemark

查询留言

type UpdateChatMessageLogic

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

func NewUpdateChatMessageLogic

func NewUpdateChatMessageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateChatMessageLogic

func (*UpdateChatMessageLogic) UpdateChatMessage

更新聊天记录

type UpdateRemarkLogic

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

func NewUpdateRemarkLogic

func NewUpdateRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRemarkLogic

func (*UpdateRemarkLogic) UpdateRemark

更新留言

Jump to

Keyboard shortcuts

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