Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyProduct ¶
type KeyProduct struct{}
type Products ¶
type Products struct {
// contains filtered or unexported fields
}
func NewProducts ¶
func (*Products) AddProduct ¶
func (p *Products) AddProduct(w http.ResponseWriter, r *http.Request)
func (*Products) GetProduct ¶
func (p *Products) GetProduct(w http.ResponseWriter, r *http.Request)
func (Products) MiddlewareValidateProduct ¶
func (*Products) UpdateProducts ¶
func (p *Products) UpdateProducts(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.