Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ByBusinessId = typesrest.NewRelativeEndpoint(typesrest.BusinessId) ProductsByProductId = typesrest.NewEndpoint("products", typesrest.ProductId) )
Shop service REST businesses revisions endpoints
View Source
var ( OpenAdminRevisionToBusinessMapper = typesrest.NewMapper(ByBusinessId, grpcshop.OpenAdminRevisionToBusiness) OpenAdminRevisionToBusinessProductMapper = typesrest.NewMapper( ProductsByProductId, grpcshop.OpenAdminRevisionToBusinessProduct, ) )
Shop service endpoints business revisions mapping
View Source
var Base = typesrest.NewBaseEndpoint("businesses")
Base is the base endpoint for the shop service businesses revisions REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.