mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Add Gotify as notification provider
This commit is contained in:
parent
0517fdd939
commit
94b70c2f2c
23 changed files with 454 additions and 3 deletions
|
@ -0,0 +1,6 @@
|
|||
namespace Ombi.Notifications.Agents
|
||||
{
|
||||
public interface IGotifyNotification : INotification
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue