Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoriesStore ¶
type CategoriesStore struct {
Provider *database.DBProvider
}
func (*CategoriesStore) FindByName ¶
func (s *CategoriesStore) FindByName(name string) (dao.Category, error)
type FurnituresStore ¶
type FurnituresStore struct {
Provider *database.DBProvider
}
func (*FurnituresStore) FindByName ¶
func (s *FurnituresStore) FindByName(name string) (dao.Furniture, error)
func (*FurnituresStore) GetByCategory ¶
func (s *FurnituresStore) GetByCategory(category string) ([]dao.Furniture, error)
Click to show internal directories.
Click to hide internal directories.