dashboard

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DashboardTypeIds = map[DashboardType][]string{
	NoneDashboardType: {"None"},
	SpecifiedUser:     {"SpecifiedUser"},
	LoggedInUser:      {"LoggedInUser"},
	MyTeamUser:        {"MyTeamUser"},
}
View Source
var EditCmd = &cobra.Command{
	Use:   "edit [flags] [filename]...",
	Short: "Edit dashboard",
	Long:  "Edit dashboard",
	Args:  cobra.MinimumNArgs(1),
	Run: func(cmd *cobra.Command, args []string) {
		for _, file := range args {
			updateDashboard(file)
		}
	},
}
View Source
var ReportsCmd = &cobra.Command{
	Use:   "reports",
	Short: "Manage reports used by dashboard",
}

Functions

This section is empty.

Types

type DashboardType

type DashboardType enumflag.Flag
const (
	NoneDashboardType DashboardType = iota
	SpecifiedUser
	LoggedInUser
	MyTeamUser
)

Jump to

Keyboard shortcuts

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