Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrProductResourceNotFound = errors.NewResourceNotFoundError("err.product.queryById.notFound", "resource not found")
)
Functions ¶
This section is empty.
Types ¶
type GetProductByIDHandler ¶
type GetProductByIDHandlerImpl ¶
type GetProductByIDHandlerImpl struct {
// contains filtered or unexported fields
}
func NewGetProductByIDHandlerImpl ¶
func NewGetProductByIDHandlerImpl(projector ProductReadModelProjector) *GetProductByIDHandlerImpl
Click to show internal directories.
Click to hide internal directories.