Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEntityKindInfo ¶
func GetEntityKindInfo() entity.EntityKindInfo
func GetEntitySummaryBuilder ¶
func GetEntitySummaryBuilder() entity.EntitySummaryBuilder
Types ¶
type Model ¶
type Model struct { Name string `json:"name"` Description string `json:"description,omitempty"` DeleteKey string `json:"deleteKey"` ExternalURL string `json:"externalURL"` Expires int64 `json:"expires,omitempty"` // time that this expires DashboardUID string `json:"dashboard,omitempty"` Snapshot json.RawMessage `json:"snapshot,omitempty"` }
A snapshot is a dashboard with no external queries and a few additional properties
Click to show internal directories.
Click to hide internal directories.