Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductDb ¶
func NewProduct ¶
func (*ProductDb) Get ¶
func (p *ProductDb) Get(id string) (application.ProductsInterface, error)
func (*ProductDb) Save ¶
func (p *ProductDb) Save(product application.ProductsInterface) (application.ProductsInterface, error)
Click to show internal directories.
Click to hide internal directories.