Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelOrderLogic ¶
func NewCancelOrderLogic ¶
func NewCancelOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CancelOrderLogic
func (*CancelOrderLogic) CancelOrder ¶
func (l *CancelOrderLogic) CancelOrder(in *order.CancelOrderRequest) (*order.CancelOrderResponse, error)
type ConfirmOrderLogic ¶
func NewConfirmOrderLogic ¶
func NewConfirmOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ConfirmOrderLogic
func (*ConfirmOrderLogic) ConfirmOrder ¶
func (l *ConfirmOrderLogic) ConfirmOrder(in *order.ConfirmOrderRequest) (*order.ConfirmOrderResponse, error)
type CreateOrderLogic ¶
func NewCreateOrderLogic ¶
func NewCreateOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrderLogic
func (*CreateOrderLogic) CreateOrder ¶
func (l *CreateOrderLogic) CreateOrder(in *order.CreateOrderRequest) (*order.CreateOrderResponse, error)
订单管理
type CreateRefundLogic ¶
func NewCreateRefundLogic ¶
func NewCreateRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateRefundLogic
func (*CreateRefundLogic) CreateRefund ¶
func (l *CreateRefundLogic) CreateRefund(in *order.CreateRefundRequest) (*order.CreateRefundResponse, error)
type GetOrderLogic ¶
func NewGetOrderLogic ¶
func NewGetOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderLogic
func (*GetOrderLogic) GetOrder ¶
func (l *GetOrderLogic) GetOrder(in *order.GetOrderRequest) (*order.GetOrderResponse, error)
type GetPaymentStatusLogic ¶
func NewGetPaymentStatusLogic ¶
func NewGetPaymentStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPaymentStatusLogic
func (*GetPaymentStatusLogic) GetPaymentStatus ¶
func (l *GetPaymentStatusLogic) GetPaymentStatus(in *order.GetPaymentStatusRequest) (*order.GetPaymentStatusResponse, error)
type GetRefundLogic ¶
func NewGetRefundLogic ¶
func NewGetRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundLogic
func (*GetRefundLogic) GetRefund ¶
func (l *GetRefundLogic) GetRefund(in *order.GetRefundRequest) (*order.GetRefundResponse, error)
type ListOrdersLogic ¶
func NewListOrdersLogic ¶
func NewListOrdersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListOrdersLogic
func (*ListOrdersLogic) ListOrders ¶
func (l *ListOrdersLogic) ListOrders(in *order.ListOrdersRequest) (*order.ListOrdersResponse, error)
type PayOrderLogic ¶
func NewPayOrderLogic ¶
func NewPayOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PayOrderLogic
func (*PayOrderLogic) PayOrder ¶
func (l *PayOrderLogic) PayOrder(in *order.PayOrderRequest) (*order.PayOrderResponse, error)
type ProcessRefundLogic ¶
func NewProcessRefundLogic ¶
func NewProcessRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProcessRefundLogic
func (*ProcessRefundLogic) ProcessRefund ¶
func (l *ProcessRefundLogic) ProcessRefund(in *order.ProcessRefundRequest) (*order.ProcessRefundResponse, error)
type ReceiveOrderLogic ¶
func NewReceiveOrderLogic ¶
func NewReceiveOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReceiveOrderLogic
func (*ReceiveOrderLogic) ReceiveOrder ¶
func (l *ReceiveOrderLogic) ReceiveOrder(in *order.ReceiveOrderRequest) (*order.ReceiveOrderResponse, error)
type ShipOrderLogic ¶
func NewShipOrderLogic ¶
func NewShipOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShipOrderLogic
func (*ShipOrderLogic) ShipOrder ¶
func (l *ShipOrderLogic) ShipOrder(in *order.ShipOrderRequest) (*order.ShipOrderResponse, error)
Click to show internal directories.
Click to hide internal directories.