Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrderLogic ¶
func NewCreateOrderLogic ¶
func NewCreateOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOrderLogic
func (*CreateOrderLogic) CreateOrder ¶
func (l *CreateOrderLogic) CreateOrder(in *orders.CreateOrderRequest) (*orders.CreateOrderResponse, error)
type GetOrderByOrderIdLogic ¶
func NewGetOrderByOrderIdLogic ¶
func NewGetOrderByOrderIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderByOrderIdLogic
func (*GetOrderByOrderIdLogic) GetOrderByOrderId ¶
func (l *GetOrderByOrderIdLogic) GetOrderByOrderId(in *orders.GetOrderByOrderIdRequest) (*orders.GetOrderByOrderIdResponse, error)
type GetOrderBySnLogic ¶
func NewGetOrderBySnLogic ¶
func NewGetOrderBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderBySnLogic
func (*GetOrderBySnLogic) GetOrderBySn ¶
func (l *GetOrderBySnLogic) GetOrderBySn(in *orders.GetOrderBySnRequest) (*orders.GetOrderBySnResponse, error)
type GetOrderStatusBySnLogic ¶
func NewGetOrderStatusBySnLogic ¶
func NewGetOrderStatusBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrderStatusBySnLogic
func (*GetOrderStatusBySnLogic) GetOrderStatusBySn ¶
func (l *GetOrderStatusBySnLogic) GetOrderStatusBySn(in *orders.GetOrderStatusBySnRequest) (*orders.GetOrderStatusBySnResponse, error)
type GetOrdersByStatusLogic ¶
func NewGetOrdersByStatusLogic ¶
func NewGetOrdersByStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetOrdersByStatusLogic
func (*GetOrdersByStatusLogic) GetOrdersByStatus ¶
func (l *GetOrdersByStatusLogic) GetOrdersByStatus(in *orders.GetOrdersByStatusRequest) (*orders.GetOrdersByStatusResponse, error)
type RollbackCreateOrderLogic ¶
func NewRollbackCreateOrderLogic ¶
func NewRollbackCreateOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RollbackCreateOrderLogic
func (*RollbackCreateOrderLogic) RollbackCreateOrder ¶
func (l *RollbackCreateOrderLogic) RollbackCreateOrder(in *orders.CreateOrderRequest) (*orders.CreateOrderResponse, error)
type RollbackOrderStatusBySnLogic ¶
func NewRollbackOrderStatusBySnLogic ¶
func NewRollbackOrderStatusBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RollbackOrderStatusBySnLogic
func (*RollbackOrderStatusBySnLogic) RollbackOrderStatusBySn ¶
func (l *RollbackOrderStatusBySnLogic) RollbackOrderStatusBySn(in *orders.UpdateOrderBySnRequest) (*orders.UpdateOrderBySnResponse, error)
type UpdateOrderBySnLogic ¶
func NewUpdateOrderBySnLogic ¶
func NewUpdateOrderBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOrderBySnLogic
func (*UpdateOrderBySnLogic) UpdateOrderBySn ¶
func (l *UpdateOrderBySnLogic) UpdateOrderBySn(in *orders.UpdateOrderBySnRequest) (*orders.UpdateOrderBySnResponse, error)
type UpdateOrderToPaidBySnLogic ¶
func NewUpdateOrderToPaidBySnLogic ¶
func NewUpdateOrderToPaidBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOrderToPaidBySnLogic
func (*UpdateOrderToPaidBySnLogic) UpdateOrderToPaidBySn ¶
func (l *UpdateOrderToPaidBySnLogic) UpdateOrderToPaidBySn(in *orders.UpdOrderPaymentStatusRequest) (*orders.UpdOrderPaymentStatusResponse, error)
type UpdateOrderToTimedOutBySnLogic ¶
type UpdateOrderToTimedOutBySnLogic struct { logx.Logger // contains filtered or unexported fields }
func NewUpdateOrderToTimedOutBySnLogic ¶
func NewUpdateOrderToTimedOutBySnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOrderToTimedOutBySnLogic
func (*UpdateOrderToTimedOutBySnLogic) UpdateOrderToTimedOutBySn ¶
func (l *UpdateOrderToTimedOutBySnLogic) UpdateOrderToTimedOutBySn(in *orders.UpdOrderPaymentStatusRequest) (*orders.UpdOrderPaymentStatusResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.