Commit e6921a6a by bergquist

removes commented code

parent dbd1ba46
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment