Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminGetCommentListLogic ¶
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 ¶
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 ¶
func NewAdminGetReplyListLogic ¶
func NewAdminGetReplyListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AdminGetReplyListLogic
func (*AdminGetReplyListLogic) AdminGetReplyList ¶
group: comment
type MemberCommentLogic ¶
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 ¶
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 ¶
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 ¶
func NewReplyCommentLogic ¶
func NewReplyCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReplyCommentLogic
func (*ReplyCommentLogic) ReplyComment ¶
group: comment
Click to show internal directories.
Click to hide internal directories.