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 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)
Click to show internal directories.
Click to hide internal directories.