Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRemarkTypes ¶
func ConvertRemarkTypes(in *messagerpc.RemarkDetails, usm map[string]*accountrpc.User) (out *types.RemarkBackDTO)
Types ¶
type BatchDeleteRemarkLogic ¶
func NewBatchDeleteRemarkLogic ¶
func NewBatchDeleteRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchDeleteRemarkLogic
批量删除留言
func (*BatchDeleteRemarkLogic) BatchDeleteRemark ¶
type DeleteRemarkLogic ¶
func NewDeleteRemarkLogic ¶
func NewDeleteRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRemarkLogic
删除留言
func (*DeleteRemarkLogic) DeleteRemark ¶
type FindRemarkListLogic ¶
func NewFindRemarkListLogic ¶
func NewFindRemarkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindRemarkListLogic
分页获取留言列表
func (*FindRemarkListLogic) FindRemarkList ¶
func (l *FindRemarkListLogic) FindRemarkList(req *types.RemarkQuery) (resp *types.PageResp, err error)
type UpdateRemarkLogic ¶
func NewUpdateRemarkLogic ¶
func NewUpdateRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRemarkLogic
更新留言
func (*UpdateRemarkLogic) UpdateRemark ¶
func (l *UpdateRemarkLogic) UpdateRemark(req *types.RemarkNewReq) (resp *types.RemarkBackDTO, err error)
Click to show internal directories.
Click to hide internal directories.