Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductManager ¶
type ProductManager interface {
AddProduct(*Product)
AllProducts() []*Product
Product(string) *Product
}
func NewInMemoryProductManager ¶
func NewInMemoryProductManager() ProductManager
Click to show internal directories.
Click to hide internal directories.