Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + type Item struct + Active string + ChildrenList []Item + Header string + ID string + Icon string + Name string + Url string + type Menu struct + List []Item + MaxOrder int64 + Options []map[string]string + func GetGlobalMenu(user models.UserModel, conn db.Connection) *Menu + func (menu *Menu) AddMaxOrder() + func (menu *Menu) GetEditMenuList() []Item + func (menu *Menu) SetActiveClass(path string) *Menu + func (menu *Menu) SetMaxOrder(order int64) + func (menu Menu) FormatPath() template.HTML