Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRemarkTypes ¶
func ConvertRemarkTypes(req *messagerpc.RemarkDetails) (out *types.Remark)
Types ¶
type AddRemarkLogic ¶
func NewAddRemarkLogic ¶
func NewAddRemarkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddRemarkLogic
创建留言
func (*AddRemarkLogic) AddRemark ¶
func (l *AddRemarkLogic) AddRemark(req *types.RemarkNewReq) (resp *types.Remark, err error)
type FindRemarkListLogic ¶
func NewFindRemarkListLogic ¶
func NewFindRemarkListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindRemarkListLogic
分页获取留言列表
func (*FindRemarkListLogic) FindRemarkList ¶
func (l *FindRemarkListLogic) FindRemarkList(req *types.RemarkQueryReq) (resp *types.PageResp, err error)
Click to show internal directories.
Click to hide internal directories.