feat: notification provider (#8)
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #8.
This commit is contained in:
5
pkg/notificationProvider/notificationProvider.go
Normal file
5
pkg/notificationProvider/notificationProvider.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package notificationProvider
|
||||
|
||||
type NotificationProvider interface {
|
||||
SendNotification(title string, message string) error
|
||||
}
|
||||
Reference in New Issue
Block a user