mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
remove unnecessary state (#32278)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user