Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2023 Changes in this version + type CreateDemoOrderLogic struct + func NewCreateDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDemoOrderLogic + func (l *CreateDemoOrderLogic) CreateDemoOrder(req *types.CreateDemoOrderReq) (resp *types.BaseMsgResp, err error) + type GetDemoOrderLogic struct + func NewGetDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDemoOrderLogic + func (l *GetDemoOrderLogic) GetDemoOrder(req *types.IDAtPathReq) (resp *types.DemoOrderInfo, err error) + type GetDemoOrderPageLogic struct + func NewGetDemoOrderPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDemoOrderPageLogic + func (l *GetDemoOrderPageLogic) GetDemoOrderPage(req *types.PageInfo) (resp *types.DemoOrderListResp, err error) + type RefundDemoOrderLogic struct + func NewRefundDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RefundDemoOrderLogic + func (l *RefundDemoOrderLogic) RefundDemoOrder(req *types.IDReq) (resp *types.BaseMsgResp, err error) + type UpdateDemoOrderPaidLogic struct + func NewUpdateDemoOrderPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoOrderPaidLogic + func (l *UpdateDemoOrderPaidLogic) UpdateDemoOrderPaid(req *types.PayOrderNotifyReq) (resp *types.BaseMsgResp, err error) + type UpdateDemoRefundPaidLogic struct + func NewUpdateDemoRefundPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoRefundPaidLogic + func (l *UpdateDemoRefundPaidLogic) UpdateDemoRefundPaid(req *types.PayRefundNotifyReq) (resp *types.BaseMsgResp, err error)