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(in *pay.PayDemoOrderCreateReq) (*pay.BaseIDResp, error)
Demo management
type GetDemoOrderLogic ¶
func NewGetDemoOrderLogic ¶
func NewGetDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDemoOrderLogic
func (*GetDemoOrderLogic) GetDemoOrder ¶
func (l *GetDemoOrderLogic) GetDemoOrder(in *pay.IDReq) (*pay.DemoOrderInfo, error)
type GetListDemoOrderLogic ¶
func NewGetListDemoOrderLogic ¶
func NewGetListDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetListDemoOrderLogic
func (*GetListDemoOrderLogic) GetListDemoOrder ¶
func (l *GetListDemoOrderLogic) GetListDemoOrder(in *pay.DemoOrderPageReq) (*pay.DemoOrderListResp, error)
type RefundDemoOrderLogic ¶ added in v1.1.0
func NewRefundDemoOrderLogic ¶ added in v1.1.0
func NewRefundDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RefundDemoOrderLogic
func (*RefundDemoOrderLogic) RefundDemoOrder ¶ added in v1.1.0
func (l *RefundDemoOrderLogic) RefundDemoOrder(in *pay.RefundDemoOrderReq) (*pay.BaseResp, error)
type UpdateDemoOrderPaidLogic ¶
func NewUpdateDemoOrderPaidLogic ¶
func NewUpdateDemoOrderPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoOrderPaidLogic
func (*UpdateDemoOrderPaidLogic) UpdateDemoOrderPaid ¶
func (l *UpdateDemoOrderPaidLogic) UpdateDemoOrderPaid(in *pay.UpdateDemoOrderPaidReq) (*pay.BaseResp, error)
type UpdateDemoRefundPaidLogic ¶ added in v1.1.0
func NewUpdateDemoRefundPaidLogic ¶ added in v1.1.0
func NewUpdateDemoRefundPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDemoRefundPaidLogic
func (*UpdateDemoRefundPaidLogic) UpdateDemoRefundPaid ¶ added in v1.1.0
func (l *UpdateDemoRefundPaidLogic) UpdateDemoRefundPaid(in *pay.UpdateDemoRefundPaidReq) (*pay.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.