comment

package
v0.0.0-...-6d7266f Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type BatchDeleteCommentLogic

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

func NewBatchDeleteCommentLogic

func NewBatchDeleteCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchDeleteCommentLogic

批量删除评论

func (*BatchDeleteCommentLogic) BatchDeleteComment

func (l *BatchDeleteCommentLogic) BatchDeleteComment(req *types.IdsReq) (resp *types.BatchResp, err error)

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(req *types.IdReq) (resp *types.BatchResp, err error)

type FindCommentBackListLogic

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

func NewFindCommentBackListLogic

func NewFindCommentBackListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindCommentBackListLogic

查询评论列表(后台)

func (*FindCommentBackListLogic) FindCommentBackList

func (l *FindCommentBackListLogic) FindCommentBackList(req *types.CommentQuery) (resp *types.PageResp, err error)

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

func (l *UpdateCommentReviewLogic) UpdateCommentReview(req *types.CommentReviewReq) (resp *types.BatchResp, err error)

Jump to

Keyboard shortcuts

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