Add Notifiarr support (#52)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Infrastructure.Verticals.Notifications;
|
||||
|
||||
public interface INotificationFactory
|
||||
{
|
||||
List<INotificationProvider> OnFailedImportStrikeEnabled();
|
||||
|
||||
List<INotificationProvider> OnStalledStrikeEnabled();
|
||||
|
||||
List<INotificationProvider> OnQueueItemDeleteEnabled();
|
||||
}
|
||||
Reference in New Issue
Block a user