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: 8 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(req *types.CreateDemoOrderReq) (resp *types.BaseMsgResp, err error)

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(req *types.IDAtPathReq) (resp *types.DemoOrderInfo, err error)

type GetDemoOrderPageLogic

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

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

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

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

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(req *types.PayOrderNotifyReq) (resp *types.BaseMsgResp, err error)

type UpdateDemoRefundPaidLogic

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

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)

Jump to

Keyboard shortcuts

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