Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type StoreBasket ¶
type StoreProduct ¶
type StoreProduct struct { Id int64 StoreId int64 ProductId int64 Title string Price float64 ImgId int64 Created int64 Updated int64 }
func CreateProduct ¶
func GetProduct ¶
func GetProduct(db *gorp.DbMap, productid int64) (StoreProduct, error)
Click to show internal directories.
Click to hide internal directories.