Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { APIVersion int `yaml:"apiVersion"` Datasources []DataSource `yaml:"datasources"` }
type Dashboard ¶
type Dashboard struct { Title string `json:"title"` UID string `json:"uid"` Tags []string `json:"tags"` }
Dashboard used to unmarshal grafana dashboard's content
type DataSource ¶
Click to show internal directories.
Click to hide internal directories.