Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppList []*AppCategory
AppList in home page
Functions ¶
Types ¶
type AppCard ¶
type AppCard struct {
Name string
TemplateName string
ImageURL string
FontsAwesomeTag string
Link string
Title string
Description string
Used bool
AmountUsed uint64
Liked bool
AmountLiked uint64
}
AppCard used to render app card in pages
func GetApplicationsByName ¶
GetApplicationsByName get application by name
type AppCategory ¶
AppCategory card list for single category
func GetApplicationWithLiked ¶
func GetApplicationWithLiked(user *db.User) []*AppCategory
GetApplicationWithLiked get application with liked populated
func GetNewInstancesOfAppList ¶
func GetNewInstancesOfAppList() []*AppCategory
GetNewInstancesOfAppList get new instance
Click to show internal directories.
Click to hide internal directories.