package
Version:
v1.4.4-beta.7
Opens a new window with list of versions in this module.
Published: Jan 19, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dashboard struct {
ID string `json:"id"`
URL string `json:"url"`
}
Dashboard is a struct so the ensure it will be copied by value when
outputting the session model's output model
type Session struct {
Dashboards []Dashboard `json:"dashboards"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.