mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-30 09:45:11 +01:00
remove notifier service
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
// Package notifier exposes the notifier service for sending external messages.
|
||||
package notifier
|
||||
|
||||
import "github.com/containrrr/shoutrrr"
|
||||
|
||||
// Notify is a proxy method for shoutrrr.Send. May be removed if additional
|
||||
// functionality is _not_ needed.
|
||||
func Notify(url, message string) error {
|
||||
return shoutrrr.Send(url, message)
|
||||
}
|
||||
Reference in New Issue
Block a user