menu

package
v0.0.0-...-179e57f Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MenuList []Menu

Functions

This section is empty.

Types

type Menu struct {
	MenuText    string
	MenuPriv    string
	MenuPrivAct string
	MenuIcon    string
	Nodes       []Node
}

func GetMenu

func GetMenu() []Menu

type Node

type Node struct {
	NodeText    string
	NodeUrl     string
	NodePriv    string
	NodePrivAct string
	PrivChild   []NodeSon
}

type NodeSon

type NodeSon struct {
	NodeSonText    string
	NodeSonPriv    string
	NodeSonPrivAct string
}

Jump to

Keyboard shortcuts

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