Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteMomentLogic ¶
func NewDeleteMomentLogic ¶
func NewDeleteMomentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteMomentLogic
func (*DeleteMomentLogic) DeleteMoment ¶
func (l *DeleteMomentLogic) DeleteMoment(req *types.DeleteMomentReq) (resp *types.DeleteMomentResp, err error)
type GetMomentDetailLogic ¶
func NewGetMomentDetailLogic ¶
func NewGetMomentDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMomentDetailLogic
func (*GetMomentDetailLogic) GetMomentDetail ¶
func (l *GetMomentDetailLogic) GetMomentDetail(req *types.GetMomentDetailReq) (resp *types.GetMomentDetailResp, err error)
type GetMomentPreviewsLogic ¶
func NewGetMomentPreviewsLogic ¶
func NewGetMomentPreviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetMomentPreviewsLogic
func (*GetMomentPreviewsLogic) GetMomentPreviews ¶
func (l *GetMomentPreviewsLogic) GetMomentPreviews(req *types.GetMomentPreviewsReq) (resp *types.GetMomentPreviewsResp, err error)
type GetOwnMomentPreviewsLogic ¶ added in v1.3.3
func NewGetOwnMomentPreviewsLogic ¶ added in v1.3.3
func NewGetOwnMomentPreviewsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOwnMomentPreviewsLogic
func (*GetOwnMomentPreviewsLogic) GetOwnMomentPreviews ¶ added in v1.3.3
func (l *GetOwnMomentPreviewsLogic) GetOwnMomentPreviews(req *types.GetOwnMomentPreviewsReq) (resp *types.GetOwnMomentPreviewsResp, err error)
type NewMomentLogic ¶
func NewNewMomentLogic ¶
func NewNewMomentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NewMomentLogic
func (*NewMomentLogic) NewMoment ¶
func (l *NewMomentLogic) NewMoment(req *types.NewMomentReq) (resp *types.NewMomentResp, err error)
type SearchMomentLogic ¶ added in v1.1.5
func NewSearchMomentLogic ¶ added in v1.1.5
func NewSearchMomentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SearchMomentLogic
func (*SearchMomentLogic) SearchMoment ¶ added in v1.1.5
func (l *SearchMomentLogic) SearchMoment(req *types.SearchMomentReq) (resp *types.SearchMomentResp, err error)
Click to show internal directories.
Click to hide internal directories.