Documentation ¶
Index ¶
Constants ¶
View Source
const ( WeightHome = (iota - 20) * 100 WeightSavedItems WeightCreate WeightDashboard WeightExplore WeightAlerting WeightAlertsAndIncidents WeightMonitoring WeightDataConnections WeightApps WeightPlugin WeightConfig WeightAdmin WeightProfile WeightHelp )
View Source
const ()
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NavTreeRoot ¶
type NavTreeRoot struct {
}func (*NavTreeRoot) AddSection ¶
func (root *NavTreeRoot) AddSection(node *NavLink)
func (*NavTreeRoot) ApplyAdminIA ¶
func (root *NavTreeRoot) ApplyAdminIA()
func (*NavTreeRoot) FindById ¶
func (root *NavTreeRoot) FindById(id string) *NavLink
func (*NavTreeRoot) MarshalJSON ¶
func (root *NavTreeRoot) MarshalJSON() ([]byte, error)
func (*NavTreeRoot) RemoveSection ¶
func (root *NavTreeRoot) RemoveSection(node *NavLink)
func (*NavTreeRoot) Sort ¶
func (root *NavTreeRoot) Sort()
Click to show internal directories.
Click to hide internal directories.