Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoriesController ¶
type CategoriesController struct {
Store *data_stores.CategoriesStore
}
func (*CategoriesController) ServeHTTP ¶
func (controller *CategoriesController) ServeHTTP(w http.ResponseWriter, r *http.Request)
type FurnituresController ¶
type FurnituresController struct {
Store *data_stores.FurnituresStore
}
func (*FurnituresController) ServeHTTP ¶
func (controller *FurnituresController) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ImagesController ¶
type ImagesController struct {
PathToImages string
}
func (*ImagesController) ServeHTTP ¶
func (controller *ImagesController) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.