Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cart ¶
func FindCartByUser ¶
type Category ¶
func FindCategoryList ¶
func FindCategoryList() []Category
type City ¶
func GetAreaList ¶
func GetCityList ¶
func GetProvinceList ¶
func GetProvinceList() []City
type Good ¶
type Good struct { Gid int `orm:"pk"` Cid int Uid int ComName string Price float64 Discount float64 ComStatus int PayStatus int UpdateTime int64 CreateTime int64 // contains filtered or unexported fields }
func FindGoodById ¶
func FindGoodList ¶
type Log ¶
type RegisterForm ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.