removes commented code

This commit is contained in:
bergquist 2018-01-09 15:25:36 +01:00
parent dbd1ba465f
commit e6921a6a01

View File

@ -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)
}