Implement yookassa client
This commit is contained in:
@@ -29,7 +29,8 @@ type Service interface {
|
||||
GetUser(user *orm.User, opts ...Optional) (orm.User, error)
|
||||
GetPayout(payoutModel *orm.Payout, opts ...Optional) (orm.Payout, error)
|
||||
CreatePayout(payoutModel *orm.Payout, opts ...Optional) error
|
||||
UpdatePayout(payoutModel *orm.Payout, opts ...Optional) error
|
||||
UpdatePayoutById(id uint, updateModel orm.Payout, opts ...Optional) (int, error)
|
||||
UpdatePayoutByPayoutID(payoutId string, updateModel orm.Payout, opts ...Optional) (int, error)
|
||||
}
|
||||
|
||||
// Params represents the module input params
|
||||
|
||||
Reference in New Issue
Block a user