messagerpclogic

package
v0.0.0-...-b32e05d Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddChatLogic

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

func NewAddChatLogic

func NewAddChatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddChatLogic

func (*AddChatLogic) AddChat

创建聊天记录

type AddCommentLogic

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

func NewAddCommentLogic

func NewAddCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCommentLogic

func (*AddCommentLogic) AddComment

创建评论

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 AnalysisMessageLogic

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

func NewAnalysisMessageLogic

func NewAnalysisMessageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AnalysisMessageLogic

func (*AnalysisMessageLogic) AnalysisMessage

消息数据分析

type DeleteCommentLogic

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

func NewDeleteCommentLogic

func NewDeleteCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCommentLogic

func (*DeleteCommentLogic) DeleteComment

func (l *DeleteCommentLogic) DeleteComment(in *messagerpc.IdsReq) (*messagerpc.BatchResp, error)

删除评论

type DeletesChatLogic

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

func NewDeletesChatLogic

func NewDeletesChatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletesChatLogic

func (*DeletesChatLogic) DeletesChat

func (l *DeletesChatLogic) DeletesChat(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 FindChatListLogic

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

func NewFindChatListLogic

func NewFindChatListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindChatListLogic

func (*FindChatListLogic) FindChatList

查询聊天记录列表

type FindCommentListLogic

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

func NewFindCommentListLogic

func NewFindCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindCommentListLogic

func (*FindCommentListLogic) FindCommentList

分页获取评论列表

type FindCommentReplyListLogic

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

func NewFindCommentReplyListLogic

func NewFindCommentReplyListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindCommentReplyListLogic

func (*FindCommentReplyListLogic) FindCommentReplyList

查询评论回复列表

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 FindTopicCommentCountsLogic

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

func NewFindTopicCommentCountsLogic

func NewFindTopicCommentCountsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindTopicCommentCountsLogic

func (*FindTopicCommentCountsLogic) FindTopicCommentCounts

查询评论回复数量

type FindUserLikeCommentLogic

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

func NewFindUserLikeCommentLogic

func NewFindUserLikeCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindUserLikeCommentLogic

func (*FindUserLikeCommentLogic) FindUserLikeComment

用户点赞的评论

type GetChatLogic

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

func NewGetChatLogic

func NewGetChatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetChatLogic

func (*GetChatLogic) GetChat

查询聊天记录

type GetCommentLogic

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

func NewGetCommentLogic

func NewGetCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCommentLogic

func (*GetCommentLogic) GetComment

查询评论

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 LikeCommentLogic

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

func NewLikeCommentLogic

func NewLikeCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LikeCommentLogic

func (*LikeCommentLogic) LikeComment

func (l *LikeCommentLogic) LikeComment(in *messagerpc.IdReq) (*messagerpc.EmptyResp, error)

点赞评论

type UpdateChatLogic

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

func NewUpdateChatLogic

func NewUpdateChatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateChatLogic

func (*UpdateChatLogic) UpdateChat

更新聊天记录

type UpdateCommentContentLogic

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

func NewUpdateCommentContentLogic

func NewUpdateCommentContentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCommentContentLogic

func (*UpdateCommentContentLogic) UpdateCommentContent

更新评论

type UpdateCommentReviewLogic

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

func NewUpdateCommentReviewLogic

func NewUpdateCommentReviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCommentReviewLogic

func (*UpdateCommentReviewLogic) UpdateCommentReview

更新评论审核状态

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

更新留言

type UpdateRemarkReviewLogic

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

func NewUpdateRemarkReviewLogic

func NewUpdateRemarkReviewLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRemarkReviewLogic

func (*UpdateRemarkReviewLogic) UpdateRemarkReview

更新留言审核状态

Jump to

Keyboard shortcuts

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