remove unnecessary state (#32278)

This commit is contained in:
Will Browne
2021-03-29 14:22:56 +02:00
committed by GitHub
parent f37c8c10c5
commit 1d7f155c92
5 changed files with 3 additions and 18 deletions

View File

@ -40,10 +40,6 @@ func newPlugin(descriptor PluginDescriptor) backendplugin.PluginFactoryFunc {
}
}
func (p *grpcPlugin) CanHandleDataQueries() bool {
return false
}
func (p *grpcPlugin) PluginID() string {
return p.descriptor.pluginID
}