Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDetailedOrder ¶
type GetDetailedOrder struct {
OrderID uint64
}
type GetDetailedOrderHandler ¶
type GetDetailedOrderHandler QueryHandler[GetDetailedOrder, *valueobject.DetailedOrder]
func NewGetDetailedOrderHandler ¶
func NewGetDetailedOrderHandler(logger logger.Logger, orderRepo domain.OrderRepository, productSvc grpc.ProductService) GetDetailedOrderHandler
Click to show internal directories.
Click to hide internal directories.