Documentation ¶ Index ¶ Variables func Create(isClear bool) error func Mock() error type Info Constants ¶ This section is empty. Variables ¶ View Source var Models []interface{} Functions ¶ func Create ¶ func Create(isClear bool) error func Mock ¶ func Mock() error Types ¶ type Info ¶ type Info struct { Id int `json:"id"` Title string `json:"title"` Cover string `json:"cover"` Price float64 `json:"price"` OriginPrice float64 `json:"originPrice"` IsLabel int `json:"isLabel"` LabelIcon string `json:"labelIcon"` } Source Files ¶ View all Source files install.go Click to show internal directories. Click to hide internal directories.