Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductDb ¶
type ProductDb struct {
// contains filtered or unexported fields
}
func NewProductDb ¶
func (*ProductDb) Get ¶
func (p *ProductDb) Get(id string) (application.ProductInterface, error)
func (*ProductDb) Save ¶
func (p *ProductDb) Save(product application.ProductInterface) (application.ProductInterface, error)
Click to show internal directories.
Click to hide internal directories.