Documentation ¶
Overview ¶
Package catalog implements category tree and product features.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TableCollection handles all tables and its columns. init() in generated Go file will set the value. TableCollection csdb.TableStructurer )
Functions ¶
This section is empty.
Types ¶
type CategoryModel ¶
type CategoryModel struct { }
func Category ¶
func Category() *CategoryModel
func (*CategoryModel) TBD ¶
func (c *CategoryModel) TBD()
func (*CategoryModel) TableAdditionalAttribute ¶
func (c *CategoryModel) TableAdditionalAttribute() (*csdb.TableStructure, error)
TableAdditionalAttribute needed for eav.EntityTypeAdditionalAttributeTabler
func (*CategoryModel) TableEavWebsite ¶
func (c *CategoryModel) TableEavWebsite() (*csdb.TableStructure, error)
TableEavWebsite needed for eav.EntityTypeAdditionalAttributeTabler
func (*CategoryModel) TableNameBase ¶
func (c *CategoryModel) TableNameBase() string
func (*CategoryModel) TableNameValue ¶
func (c *CategoryModel) TableNameValue(i eav.ValueIndex) string
type ProductModel ¶
type ProductModel struct { }
func Product ¶
func Product() *ProductModel
func (*ProductModel) TBD ¶
func (c *ProductModel) TBD()
func (*ProductModel) TableAdditionalAttribute ¶
func (c *ProductModel) TableAdditionalAttribute() (*csdb.TableStructure, error)
TableAdditionalAttribute needed for EntityTypeAdditionalAttributeTabler
func (*ProductModel) TableEavWebsite ¶
func (c *ProductModel) TableEavWebsite() (*csdb.TableStructure, error)
TableEavWebsite needed for EntityTypeAdditionalAttributeTabler
func (*ProductModel) TableNameBase ¶
func (c *ProductModel) TableNameBase() string
func (*ProductModel) TableNameValue ¶
func (c *ProductModel) TableNameValue(i eav.ValueIndex) string
Click to show internal directories.
Click to hide internal directories.