dashboards

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dashboard

type Dashboard struct {
	Type       string              `yaml:"Type"`
	Properties DashboardProperties `yaml:"Properties"`
}

func Dashboards

func Dashboards() (dashboards []*Dashboard)

Dashboards returns all the declared dashboards

func NewDashboard

func NewDashboard(name, body string) *Dashboard

type DashboardProperties

type DashboardProperties struct {
	DashboardBody SubString `yaml:"DashboardBody"`
	DashboardName SubString `yaml:"DashboardName"`
}

type SubString

type SubString struct {
	Sub string `yaml:"Fn::Sub"`
}

Jump to

Keyboard shortcuts

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