Advisor: Include deprecated and filter by plugin slug (#105383)
This commit is contained in:
@@ -276,7 +276,7 @@ func (r *FakePluginRepo) PluginInfo(ctx context.Context, pluginID string, compat
|
||||
return &repo.PluginInfo{}, nil
|
||||
}
|
||||
|
||||
func (r *FakePluginRepo) GetPluginsInfo(ctx context.Context, compatOpts repo.CompatOpts) ([]repo.PluginInfo, error) {
|
||||
func (r *FakePluginRepo) GetPluginsInfo(ctx context.Context, options repo.GetPluginsInfoOptions, compatOpts repo.CompatOpts) ([]repo.PluginInfo, error) {
|
||||
return []repo.PluginInfo{}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user