Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2025 Changes in this version + type CloseOrderLogic struct + func NewCloseOrderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CloseOrderLogic + func (l *CloseOrderLogic) CloseOrder(in *omsclient.CloseOrderReq) (*omsclient.CloseOrderResp, error) + type DeliveryLogic struct + func NewDeliveryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeliveryLogic + func (l *DeliveryLogic) Delivery(in *omsclient.DeliveryReq) (*omsclient.DeliveryResp, error) + type OrderDetailLogic struct + func NewOrderDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderDetailLogic + func (l *OrderDetailLogic) OrderDetail(in *omsclient.OrderDetailReq) (*omsclient.OrderDetailResp, error) + type UpdateMoneyInfoLogic struct + func NewUpdateMoneyInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateMoneyInfoLogic + func (l *UpdateMoneyInfoLogic) UpdateMoneyInfo(in *omsclient.UpdateMoneyInfoReq) (*omsclient.UpdateMoneyInfoResp, error) + type UpdateNoteLogic struct + func NewUpdateNoteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNoteLogic + func (l *UpdateNoteLogic) UpdateNote(in *omsclient.UpdateNoteReq) (*omsclient.UpdateNoteResp, error) + type UpdateReceiverInfoLogic struct + func NewUpdateReceiverInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateReceiverInfoLogic + func (l *UpdateReceiverInfoLogic) UpdateReceiverInfo(in *omsclient.UpdateReceiverInfoReq) (*omsclient.UpdateReceiverInfoResp, error) v0.0.1 May 9, 2024 Changes in this version + type OrderAddLogic struct + func NewOrderAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderAddLogic + func (l *OrderAddLogic) OrderAdd(in *omsclient.OrderAddReq) (*omsclient.OrderAddResp, error) + type OrderCancelLogic struct + func NewOrderCancelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderCancelLogic + func (l *OrderCancelLogic) OrderCancel(in *omsclient.OrderCancelReq) (*omsclient.OrderCancelResp, error) + type OrderConfirmLogic struct + func NewOrderConfirmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderConfirmLogic + func (l *OrderConfirmLogic) OrderConfirm(in *omsclient.OrderConfirmReq) (*omsclient.OrderConfirmResp, error) + type OrderDeleteByIdLogic struct + func NewOrderDeleteByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderDeleteByIdLogic + func (l *OrderDeleteByIdLogic) OrderDeleteById(in *omsclient.OrderDeleteByIdReq) (*omsclient.OrderDeleteResp, error) + type OrderDeleteLogic struct + func NewOrderDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderDeleteLogic + func (l *OrderDeleteLogic) OrderDelete(in *omsclient.OrderDeleteReq) (*omsclient.OrderDeleteResp, error) + type OrderListByMemberIdLogic struct + func NewOrderListByMemberIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderListByMemberIdLogic + func (l *OrderListByMemberIdLogic) OrderListByMemberId(in *omsclient.OrderListByMemberIdReq) (*omsclient.OrderListByMemberIdResp, error) + type OrderListLogic struct + func NewOrderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderListLogic + func (l *OrderListLogic) OrderList(in *omsclient.OrderListReq) (*omsclient.OrderListResp, error) + type OrderRefundLogic struct + func NewOrderRefundLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderRefundLogic + func (l *OrderRefundLogic) OrderRefund(in *omsclient.OrderRefundReq) (*omsclient.OrderRefundResp, error) + type OrderUpdateLogic struct + func NewOrderUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OrderUpdateLogic + func (l *OrderUpdateLogic) OrderUpdate(in *omsclient.OrderUpdateReq) (*omsclient.OrderUpdateResp, error) + type QueryOrderListLogic struct + func NewQueryOrderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryOrderListLogic + func (l *QueryOrderListLogic) QueryOrderList(in *omsclient.QueryOrderListReq) (*omsclient.OrderListResp, error) + type UpdateOrderStatusByOutTradeNoLogic struct + func NewUpdateOrderStatusByOutTradeNoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOrderStatusByOutTradeNoLogic + func (l *UpdateOrderStatusByOutTradeNoLogic) UpdateOrderStatusByOutTradeNo(in *omsclient.UpdateOrderStatusByOutTradeNoReq) (*omsclient.UpdateOrderStatusByOutTradeNoResp, error)