Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescriptionRepository ¶
type DescriptionRepository interface { Insert(after *entity.Description) error Update(before, after *entity.Description) error Delete(before *entity.Description) error }
type IdentifierRepository ¶
type IdentifierRepository interface { Insert(after *entity.Identifier) error Update(before, after *entity.Identifier) error Delete(before *entity.Identifier) error }
type PriceRepository ¶
type ProductRepository ¶
type ProductRepository interface { Insert(afterDTO *entity.ProductDTO) error Update(beforeDTO, afterDTO *entity.ProductDTO) error Delete(beforeDTO *entity.ProductDTO) error }
Click to show internal directories.
Click to hide internal directories.