Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rest ¶
type Rest struct{}
Rest is a struct
func (*Rest) CreateProduct ¶
func (ri *Rest) CreateProduct(w http.ResponseWriter, r *http.Request)
func (*Rest) DeleteProduct ¶
func (ri *Rest) DeleteProduct(w http.ResponseWriter, r *http.Request)
func (*Rest) GetProduct ¶
func (ri *Rest) GetProduct(w http.ResponseWriter, r *http.Request)
func (*Rest) UpdateProduct ¶
func (ri *Rest) UpdateProduct(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.