mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removes commented code
This commit is contained in:
@@ -8,10 +8,6 @@ import (
|
|||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
// var PluginMap = map[string]plugin.Plugin{
|
|
||||||
// "tsdb_mock": &TsdbPluginImpl{},
|
|
||||||
// }
|
|
||||||
|
|
||||||
type TsdbPlugin interface {
|
type TsdbPlugin interface {
|
||||||
Query(ctx context.Context, req *proto.TsdbQuery) (*proto.Response, error)
|
Query(ctx context.Context, req *proto.TsdbQuery) (*proto.Response, error)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user