dashboard

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateDashboardInput

type CreateDashboardInput struct {
	Project   string `json:"project" jsonschema:"Project name to create the dashboard in"`
	Dashboard string `json:"dashboard" jsonschema:"Dashboard JSON as string"`
}

type DeleteDashboardInput

type DeleteDashboardInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Dashboard name to delete"`
}

type GetDashboardByNameInput

type GetDashboardByNameInput struct {
	Project string `json:"project" jsonschema:"Project name to retrieve the dashboard from"`
	Name    string `json:"name" jsonschema:"Dashboard name to retrieve"`
}

type ListDashboardsInput

type ListDashboardsInput struct {
	Project string `json:"project" jsonschema:"Project name to list dashboards from"`
}

type UpdateDashboardInput

type UpdateDashboardInput struct {
	Project   string `json:"project" jsonschema:"Project name to update the dashboard in"`
	Dashboard string `json:"dashboard" jsonschema:"Dashboard JSON as string"`
}

Jump to

Keyboard shortcuts

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