Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRefundRecordsLogic ¶
func NewCreateRefundRecordsLogic ¶
func NewCreateRefundRecordsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateRefundRecordsLogic
func (*CreateRefundRecordsLogic) CreateRefundRecords ¶
func (l *CreateRefundRecordsLogic) CreateRefundRecords(in *orders.CreateRefundRecordsRequest) (*orders.CreateRefundRecordsResponse, error)
type GetRefundRecordByRefundIdLogic ¶
type GetRefundRecordByRefundIdLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetRefundRecordByRefundIdLogic ¶
func NewGetRefundRecordByRefundIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundRecordByRefundIdLogic
func (*GetRefundRecordByRefundIdLogic) GetRefundRecordByRefundId ¶
func (l *GetRefundRecordByRefundIdLogic) GetRefundRecordByRefundId(in *orders.GetRefundRecordByRefundIdRequest) (*orders.GetRefundRecordByRefundIdResponse, error)
type GetRefundRecordsLogic ¶
func NewGetRefundRecordsLogic ¶
func NewGetRefundRecordsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRefundRecordsLogic
func (*GetRefundRecordsLogic) GetRefundRecords ¶
func (l *GetRefundRecordsLogic) GetRefundRecords(in *orders.GetRefundRecordsRequest) (*orders.GetRefundRecordsResponse, error)
type RollbackCreateRefundRecordsLogic ¶
type RollbackCreateRefundRecordsLogic struct { logx.Logger // contains filtered or unexported fields }
func NewRollbackCreateRefundRecordsLogic ¶
func NewRollbackCreateRefundRecordsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RollbackCreateRefundRecordsLogic
func (*RollbackCreateRefundRecordsLogic) RollbackCreateRefundRecords ¶
func (l *RollbackCreateRefundRecordsLogic) RollbackCreateRefundRecords(in *orders.CreateRefundRecordsRequest) (*orders.CreateRefundRecordsResponse, error)
Click to show internal directories.
Click to hide internal directories.