Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
Name string
ID string
Url string
Icon string
Header string
Active string
ChildrenList []Item
}
Item is an menu item.
type Menu ¶
Menu contains list of menu items and other info.
func GetGlobalMenu ¶
func GetGlobalMenu(user models.UserModel, conn db.Connection) *Menu
GetGlobalMenu return Menu of given user model.
func (Menu) FormatPath ¶
FormatPath get template.HTML for front-end.
func (*Menu) GetEditMenuList ¶
GetEditMenuList return menu items list.
func (*Menu) SetActiveClass ¶
SetActiveClass set the active class of menu.
func (*Menu) SetMaxOrder ¶
SetMaxOrder set the max order of menu.
Click to show internal directories.
Click to hide internal directories.