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:
parent
dbd1ba465f
commit
e6921a6a01
@ -8,10 +8,6 @@ import (
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
// var PluginMap = map[string]plugin.Plugin{
|
||||
// "tsdb_mock": &TsdbPluginImpl{},
|
||||
// }
|
||||
|
||||
type TsdbPlugin interface {
|
||||
Query(ctx context.Context, req *proto.TsdbQuery) (*proto.Response, error)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user