menu

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GlobalMenu = &Menu{
	GlobalMenuList:   []Item{},
	GlobalMenuOption: []map[string]string{},
	MaxOrder:         0,
}
View Source
var InitMenuOnce = &Once{
	done: 0,
}

Functions

func InitMenu

func InitMenu(user models.UserModel)

func SetGlobalMenu

func SetGlobalMenu(user models.UserModel)

func Unlock

func Unlock()

Types

type Item added in v0.0.5

type Item struct {
	Name         string
	ID           string
	Url          string
	Icon         string
	Header       string
	Active       string
	ChildrenList []Item
}

func ConstructMenuTree

func ConstructMenuTree(menus []map[string]interface{}, parentId int64) []Item

func GetMenuItemById

func GetMenuItemById(id string) Item
type Menu struct {
	GlobalMenuList   []Item
	GlobalMenuOption []map[string]string
	MaxOrder         int64
}

func GetGlobalMenu

func GetGlobalMenu(user models.UserModel) *Menu
func (menu *Menu) AddMaxOrder()
func (menu *Menu) GetEditMenuList() []Item
func (menu *Menu) SetActiveClass(path string) *Menu
func (menu *Menu) SexMaxOrder(order int64)

type Once

type Once struct {
	// contains filtered or unexported fields
}

func (*Once) Do

func (o *Once) Do(f func())

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL