demo

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDemoOrderLogic

type CreateDemoOrderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetDemoOrderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetListDemoOrderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetListDemoOrderLogic

func NewGetListDemoOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetListDemoOrderLogic

func (*GetListDemoOrderLogic) GetListDemoOrder

type RefundDemoOrderLogic added in v1.1.0

type RefundDemoOrderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateDemoOrderPaidLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateDemoRefundPaidLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL