ephemeraldashboard

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 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 CreateEphemeralDashboardInput

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

type DeleteEphemeralDashboardInput

type DeleteEphemeralDashboardInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Ephemeral dashboard name to delete"`
}

type GetEphemeralDashboardByNameInput

type GetEphemeralDashboardByNameInput struct {
	Project string `json:"project" jsonschema:"Project name to retrieve the ephemeral dashboard from"`
	Name    string `json:"name" jsonschema:"Ephemeral dashboard name to retrieve"`
}

type ListEphemeralDashboardsInput

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

type UpdateEphemeralDashboardInput

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

Jump to

Keyboard shortcuts

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