Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Relative = typesrest.NewRelativeEndpoint() ByBranchRentId = typesrest.NewRelativeEndpoint(typesrest.BranchRentId) ByBranchId = typesrest.NewEndpoint("branch-id", typesrest.BranchId) ByBusinessId = typesrest.NewEndpoint("business-id", typesrest.BusinessId) )
Shop service stores rents REST endpoints
View Source
var ( AddBranchRentMapper = typesrest.NewMapper(Relative, grpcshop.AddBranchRent) GetBranchRentsMapper = typesrest.NewMapper(ByBranchId, grpcshop.GetBranchRents) UpdateBranchRentMapper = typesrest.NewMapper(ByBranchRentId, grpcshop.UpdateBranchRent) GetUnpaidBranchRentsMapper = typesrest.NewMapper(ByBranchId, grpcshop.GetUnpaidBranchRents) GetBusinessUnpaidBranchRentsMapper = typesrest.NewMapper(ByBusinessId, grpcshop.GetBusinessUnpaidBranchRents) )
Shop service stores rents endpoints mapping
View Source
var Base = typesrest.NewBaseEndpoint("rents")
Base is the base endpoint for the shop service stores rents REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.