Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Relative = typesrest.NewRelativeEndpoint() ByBranchRentId = typesrest.NewRelativeEndpoint(typesrest.BranchRentId) PayByBranchRentId = typesrest.NewEndpoint("pay", typesrest.BranchRentId) )
Payment service branch rents REST endpoints
View Source
var ( GetBranchRentsPaymentsMapper = typesrest.NewMapper(Relative, grpcpayment.GetBranchRentsPayments) AddBranchRentPaymentMapper = typesrest.NewMapper(ByBranchRentId, grpcpayment.AddBranchRentPayment) GetBranchRentPaymentsMapper = typesrest.NewMapper(ByBranchRentId, grpcpayment.GetBranchRentPayments) PayForBranchRentMapper = typesrest.NewMapper(PayByBranchRentId, grpcpayment.PayForBranchRent) )
Payment service branch rents endpoints mapping
View Source
var Base = typesrest.NewEndpoint("branch-rents")
Base is the base endpoint for the payment service branch rents REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.