package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 18, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Link struct {
SchemaVersion string `json:"schemaVersion"`
Panes map[string]Pane `json:"panes"`
}
type Pane struct {
Datasource string `json:"datasource"`
Queries []any `json:"queries"`
Range Range `json:"range"`
Compact bool `json:"compact"`
}
type Range struct {
From string `json:"from"`
To string `json:"to"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.