mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
baab021fec
Refactor usage of legacy data contracts. Moves legacy data contracts to pkg/tsdb/legacydata package. Refactor pkg/expr to be a proper service/dependency that can be provided to wire to remove some unneeded dependencies to SSE in ngalert and other places. Refactor pkg/expr to not use the legacydata,RequestHandler and use backend.QueryDataHandler instead.
4 lines
201 B
Go
4 lines
201 B
Go
// Package legacydata contains old/legacy interfaces/contracts that uses a data format of series/tables.
|
|
// Deprecated: use github.com/grafana/grafana-plugin-sdk-go/backend instead.
|
|
package legacydata
|