Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoLikeLogic ¶
func NewDoLikeLogic ¶
func NewDoLikeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DoLikeLogic
func (*DoLikeLogic) DoLike ¶
func (l *DoLikeLogic) DoLike(req *types.DoLikeReq) (resp *types.DoLikeResp, err error)
type GetLikedCountLogic ¶
func NewGetLikedCountLogic ¶
func NewGetLikedCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetLikedCountLogic
func (*GetLikedCountLogic) GetLikedCount ¶
func (l *GetLikedCountLogic) GetLikedCount(req *types.GetLikedCountReq) (resp *types.GetLikedCountResp, err error)
type GetUserLikedLogic ¶
func NewGetUserLikedLogic ¶
func NewGetUserLikedLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserLikedLogic
func (*GetUserLikedLogic) GetUserLiked ¶
func (l *GetUserLikedLogic) GetUserLiked(req *types.GetUserLikedReq) (resp *types.GetUserLikedResp, err error)
Click to show internal directories.
Click to hide internal directories.