Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Relative = typesrest.NewRelativeEndpoint() ByOrderId = typesrest.NewRelativeEndpoint(typesrest.OrderId) )
Order service REST endpoints
View Source
var ( GetOrdersMapper = typesrest.NewMapper(Relative, grpcorder.GetOrders) GetOrderMapper = typesrest.NewMapper(ByOrderId, grpcorder.GetOrder) )
Order service endpoints mapping
View Source
var Base = typesrest.NewBaseEndpoint("orders")
Base is the base endpoint for the order service REST endpoints
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.