mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
remove notifier service
This commit is contained in:
parent
7167d200ea
commit
77fb37ebf4
1 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
}
|
Loading…
Reference in a new issue