🎉 Initial Commit
This commit is contained in:
11
pkg/internal/provider/interface.go
Normal file
11
pkg/internal/provider/interface.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package provider
|
||||
|
||||
import (
|
||||
"git.solsynth.dev/hypernet/pusher/pkg/pushkit"
|
||||
)
|
||||
|
||||
type NotificationProvider interface {
|
||||
Push(in pushkit.Notification, tk string) error
|
||||
|
||||
GetName() string
|
||||
}
|
Reference in New Issue
Block a user