explore

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	SchemaVersion string          `json:"schemaVersion"`
	Panes         map[string]Pane `json:"panes"`
}
func NewLink(datasource dashboard.DataSourceRef, queries ...any) *Link

func (*Link) URL

func (l *Link) URL() (string, error)

type Pane

type Pane struct {
	Datasource string `json:"datasource"`
	Queries    []any  `json:"queries"`
	Range      Range  `json:"range"`
	Compact    bool   `json:"compact"`
}

type Range

type Range struct {
	From string `json:"from"`
	To   string `json:"to"`
}

Jump to

Keyboard shortcuts

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