Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOrderDetailLogic ¶
func NewGetOrderDetailLogic ¶
func NewGetOrderDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderDetailLogic
func (*GetOrderDetailLogic) GetOrderDetail ¶
func (l *GetOrderDetailLogic) GetOrderDetail(req *types.IDReq) (resp *types.OrderDetailResp, err error)
type GetOrderLogic ¶
func NewGetOrderLogic ¶
func NewGetOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderLogic
func (*GetOrderLogic) GetOrder ¶
func (l *GetOrderLogic) GetOrder(req *types.IDReq) (resp *types.OrderInfoResp, err error)
type GetOrderPageLogic ¶
func NewGetOrderPageLogic ¶
func NewGetOrderPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderPageLogic
func (*GetOrderPageLogic) GetOrderPage ¶
func (l *GetOrderPageLogic) GetOrderPage(req *types.OrderPageReq) (resp *types.OrderPageResp, err error)
type SubmitPayOrderLogic ¶
func NewSubmitPayOrderLogic ¶
func NewSubmitPayOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SubmitPayOrderLogic
func (*SubmitPayOrderLogic) SubmitPayOrder ¶
func (l *SubmitPayOrderLogic) SubmitPayOrder(req *types.OrderSubmitReq) (resp *types.OrderSubmitResp, err error)
Click to show internal directories.
Click to hide internal directories.