(ctx context.Context, cfg *config.Config, task home.PluginTask)
| 100 | } |
| 101 | |
| 102 | func (s *Service) processHomePluginDeleteTask(ctx context.Context, cfg *config.Config, task home.PluginTask) homeplugins.SyncReport { |
| 103 | return homeplugins.DeleteWithReport(ctx, cfg, s.pluginHost, task.ID, task.PluginID) |
| 104 | } |
| 105 | |
| 106 | func homePluginSyncKey(cfg *config.Config) string { |
| 107 | if cfg == nil || !cfg.Home.Enabled { |
no test coverage detected