Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlashPromotionSessionAddLogic ¶
func NewFlashPromotionSessionAddLogic ¶
func NewFlashPromotionSessionAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) FlashPromotionSessionAddLogic
func (*FlashPromotionSessionAddLogic) FlashPromotionSessionAdd ¶
func (l *FlashPromotionSessionAddLogic) FlashPromotionSessionAdd(req types.AddFlashPromotionSessionReq) (*types.AddFlashPromotionSessionResp, error)
type FlashPromotionSessionDeleteLogic ¶
type FlashPromotionSessionDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFlashPromotionSessionDeleteLogic ¶
func NewFlashPromotionSessionDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) FlashPromotionSessionDeleteLogic
func (*FlashPromotionSessionDeleteLogic) FlashPromotionSessionDelete ¶
func (l *FlashPromotionSessionDeleteLogic) FlashPromotionSessionDelete(req types.DeleteFlashPromotionSessionReq) (*types.DeleteFlashPromotionSessionResp, error)
type FlashPromotionSessionListLogic ¶
type FlashPromotionSessionListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFlashPromotionSessionListLogic ¶
func NewFlashPromotionSessionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) FlashPromotionSessionListLogic
func (*FlashPromotionSessionListLogic) FlashPromotionSessionList ¶
func (l *FlashPromotionSessionListLogic) FlashPromotionSessionList(req types.ListFlashPromotionSessionReq) (*types.ListFlashPromotionSessionResp, error)
type FlashPromotionSessionUpdateLogic ¶
type FlashPromotionSessionUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
func NewFlashPromotionSessionUpdateLogic ¶
func NewFlashPromotionSessionUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) FlashPromotionSessionUpdateLogic
func (*FlashPromotionSessionUpdateLogic) FlashPromotionSessionUpdate ¶
func (l *FlashPromotionSessionUpdateLogic) FlashPromotionSessionUpdate(req types.UpdateFlashPromotionSessionReq) (*types.UpdateFlashPromotionSessionResp, error)
Click to show internal directories.
Click to hide internal directories.