Generate yookassa client via openapi tool ogen
This commit is contained in:
36
internal/service/yookassa/gen/oas_operations_gen.go
Normal file
36
internal/service/yookassa/gen/oas_operations_gen.go
Normal file
@@ -0,0 +1,36 @@
|
||||
// Code generated by ogen, DO NOT EDIT.
|
||||
|
||||
package gen
|
||||
|
||||
// OperationName is the ogen operation name
|
||||
type OperationName = string
|
||||
|
||||
const (
|
||||
DealsDealIDGetOperation OperationName = "DealsDealIDGet"
|
||||
DealsGetOperation OperationName = "DealsGet"
|
||||
DealsPostOperation OperationName = "DealsPost"
|
||||
MeGetOperation OperationName = "MeGet"
|
||||
PaymentMethodsPaymentMethodIDGetOperation OperationName = "PaymentMethodsPaymentMethodIDGet"
|
||||
PaymentMethodsPostOperation OperationName = "PaymentMethodsPost"
|
||||
PaymentsGetOperation OperationName = "PaymentsGet"
|
||||
PaymentsPaymentIDCancelPostOperation OperationName = "PaymentsPaymentIDCancelPost"
|
||||
PaymentsPaymentIDCapturePostOperation OperationName = "PaymentsPaymentIDCapturePost"
|
||||
PaymentsPaymentIDGetOperation OperationName = "PaymentsPaymentIDGet"
|
||||
PaymentsPostOperation OperationName = "PaymentsPost"
|
||||
PayoutsGetOperation OperationName = "PayoutsGet"
|
||||
PayoutsPayoutIDGetOperation OperationName = "PayoutsPayoutIDGet"
|
||||
PayoutsPostOperation OperationName = "PayoutsPost"
|
||||
PayoutsSearchGetOperation OperationName = "PayoutsSearchGet"
|
||||
PersonalDataPersonalDataIDGetOperation OperationName = "PersonalDataPersonalDataIDGet"
|
||||
PersonalDataPostOperation OperationName = "PersonalDataPost"
|
||||
ReceiptsGetOperation OperationName = "ReceiptsGet"
|
||||
ReceiptsPostOperation OperationName = "ReceiptsPost"
|
||||
ReceiptsReceiptIDGetOperation OperationName = "ReceiptsReceiptIDGet"
|
||||
RefundsGetOperation OperationName = "RefundsGet"
|
||||
RefundsPostOperation OperationName = "RefundsPost"
|
||||
RefundsRefundIDGetOperation OperationName = "RefundsRefundIDGet"
|
||||
SbpBanksGetOperation OperationName = "SbpBanksGet"
|
||||
WebhooksGetOperation OperationName = "WebhooksGet"
|
||||
WebhooksPostOperation OperationName = "WebhooksPost"
|
||||
WebhooksWebhookIDDeleteOperation OperationName = "WebhooksWebhookIDDelete"
|
||||
)
|
||||
Reference in New Issue
Block a user