# Functions
New returns a new Grafana instance for the given configuration.
NewMockInstance creates a new instance of MockInstance.
# Structs
Config is the structure of the configuration for a single Grafana instance.
Dashboard is the structure of a single Grafana dashboard.
DashboardData is the structure for the dashbord data returned by the Grafana API.
DashboardMetadata contains the metadata of a dashboard returned by the Grafana API.
MockInstance is an autogenerated mock type for the Instance type.
ResponseError is the structure of failed Grafana API call.
SingleDashboardResponse is the structure of the data returned by the Grafana API to get a dashboard by its uid.