comment

package
v1.3.14 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminGetCommentListLogic

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

func NewAdminGetCommentListLogic

func NewAdminGetCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AdminGetCommentListLogic

func (*AdminGetCommentListLogic) AdminGetCommentList

func (l *AdminGetCommentListLogic) AdminGetCommentList(in *mms.CommentListReq) (*mms.CommentList, error)

group: comment

type AdminGetCommentLogic

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

func NewAdminGetCommentLogic

func NewAdminGetCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AdminGetCommentLogic

func (*AdminGetCommentLogic) AdminGetComment

func (l *AdminGetCommentLogic) AdminGetComment(in *mms.CommentIdReq) (*mms.CommentInfo, error)

group: comment

type AdminGetReplyListLogic

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

func NewAdminGetReplyListLogic

func NewAdminGetReplyListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AdminGetReplyListLogic

func (*AdminGetReplyListLogic) AdminGetReplyList

func (l *AdminGetReplyListLogic) AdminGetReplyList(in *mms.ReplyReq) (*mms.ReplyList, error)

group: comment

type MemberCommentLogic

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

func NewMemberCommentLogic

func NewMemberCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberCommentLogic

func (*MemberCommentLogic) MemberComment

func (l *MemberCommentLogic) MemberComment(in *mms.CommentInfo) (*mms.MemberCommentResp, error)

Comment management

type MemberGetCommentListLogic

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

func NewMemberGetCommentListLogic

func NewMemberGetCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberGetCommentListLogic

func (*MemberGetCommentListLogic) MemberGetCommentList

func (l *MemberGetCommentListLogic) MemberGetCommentList(in *mms.CommentListReq) (*mms.CommentListResp, error)

group: comment

type MemberGetCommentLogic

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

func NewMemberGetCommentLogic

func NewMemberGetCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberGetCommentLogic

func (*MemberGetCommentLogic) MemberGetComment

func (l *MemberGetCommentLogic) MemberGetComment(in *mms.CommentIdReq) (*mms.CommentInfoResp, error)

group: comment

type ReplyCommentLogic

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

func NewReplyCommentLogic

func NewReplyCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReplyCommentLogic

func (*ReplyCommentLogic) ReplyComment

func (l *ReplyCommentLogic) ReplyComment(in *mms.ReplyInfo) (*mms.BaseResp, error)

group: comment

Jump to

Keyboard shortcuts

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