# Functions

NewDatasource creates a new datasource instance.

# Structs

Data contains fields ResultType which defines type of the query response Result resents json of the query response.
Datasource is an example datasource which can respond to data queries, reports its health and has streaming skills.
Query represents backend query object.
Response contains fields from query response.
Result represents timeseries from query.
TimeRange represents time range backend object.

# Type aliases

Labels represents timeseries labels.
Value represents timestamp and value of the timeseries.