Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDemoOrderLogic ¶
func NewCreateDemoOrderLogic ¶
func NewCreateDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDemoOrderLogic
func (*CreateDemoOrderLogic) CreateDemoOrder ¶
func (l *CreateDemoOrderLogic) CreateDemoOrder(req *types.CreateDemoOrderReq) (resp *types.BaseMsgResp, err error)
type GetDemoOrderLogic ¶
func NewGetDemoOrderLogic ¶
func NewGetDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDemoOrderLogic
func (*GetDemoOrderLogic) GetDemoOrder ¶
func (l *GetDemoOrderLogic) GetDemoOrder(req *types.IDAtPathReq) (resp *types.DemoOrderInfo, err error)
type GetDemoOrderPageLogic ¶
func NewGetDemoOrderPageLogic ¶
func NewGetDemoOrderPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDemoOrderPageLogic
func (*GetDemoOrderPageLogic) GetDemoOrderPage ¶
func (l *GetDemoOrderPageLogic) GetDemoOrderPage(req *types.PageInfo) (resp *types.DemoOrderListResp, err error)
type RefundDemoOrderLogic ¶
func NewRefundDemoOrderLogic ¶
func NewRefundDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RefundDemoOrderLogic
func (*RefundDemoOrderLogic) RefundDemoOrder ¶
func (l *RefundDemoOrderLogic) RefundDemoOrder(req *types.IDReq) (resp *types.BaseMsgResp, err error)
type UpdateDemoOrderPaidLogic ¶
func NewUpdateDemoOrderPaidLogic ¶
func NewUpdateDemoOrderPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoOrderPaidLogic
func (*UpdateDemoOrderPaidLogic) UpdateDemoOrderPaid ¶
func (l *UpdateDemoOrderPaidLogic) UpdateDemoOrderPaid(req *types.PayOrderNotifyReq) (resp *types.BaseMsgResp, err error)
type UpdateDemoRefundPaidLogic ¶
func NewUpdateDemoRefundPaidLogic ¶
func NewUpdateDemoRefundPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoRefundPaidLogic
func (*UpdateDemoRefundPaidLogic) UpdateDemoRefundPaid ¶
func (l *UpdateDemoRefundPaidLogic) UpdateDemoRefundPaid(req *types.PayRefundNotifyReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.