Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddOrderPayment = grpc.NewMethod("AddOrderPayment") GetOrderPayments = grpc.NewMethod("GetOrderPayments") AddBranchRentPayment = grpc.NewMethod("AddBranchRentPayment") GetBranchRentPayments = grpc.NewMethod("GetBranchRentPayments") GetBranchRentsPayments = grpc.NewMethod("GetBranchRentsPayments") VerifyPayment = grpc.NewMethod("VerifyPayment") AddPaymentAccount = grpc.NewMethod("AddPaymentAccount") GetPaymentAccounts = grpc.NewMethod("GetPaymentAccounts") GetActivePaymentAccounts = grpc.NewMethod("GetActivePaymentAccounts") GetSuspendedPaymentAccounts = grpc.NewMethod("GetSuspendedPaymentAccounts") SuspendPaymentAccount = grpc.NewMethod("SuspendPaymentAccount") ActivatePaymentAccount = grpc.NewMethod("ActivatePaymentAccount") PayForOrder = grpc.NewMethod("PayForOrder") PayForBranchRent = grpc.NewMethod("PayForBranchRent") )
Payment service gRPC methods
View Source
var Interceptions = map[grpc.Method]grpc.Interception{ AddOrderPayment: grpc.AccessToken, GetOrderPayments: grpc.AccessToken, AddBranchRentPayment: grpc.AccessToken, GetBranchRentPayments: grpc.AccessToken, GetBranchRentsPayments: grpc.AccessToken, VerifyPayment: grpc.AccessToken, AddPaymentAccount: grpc.AccessToken, GetPaymentAccounts: grpc.AccessToken, GetActivePaymentAccounts: grpc.AccessToken, GetSuspendedPaymentAccounts: grpc.AccessToken, SuspendPaymentAccount: grpc.AccessToken, ActivatePaymentAccount: grpc.AccessToken, PayForOrder: grpc.AccessToken, PayForBranchRent: grpc.AccessToken, }
Interceptions is the list of gRPC methods to intercept
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.