From e6d7e091b7b6dde1c736e7baf01fad5fd5c1ce27 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 8 Dec 2023 17:05:40 +0000 Subject: Initial Commit --- notifier.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notifier.go (limited to 'notifier.go') diff --git a/notifier.go b/notifier.go new file mode 100644 index 0000000..f5169c3 --- /dev/null +++ b/notifier.go @@ -0,0 +1,7 @@ +package registration + +// RegistrationNotifier forwards new registrations +type RegistrationNotifier interface { + //NotifyNewRegistration notifies about a new registration + NotifyNewRegistration(reg *Registration) error +} -- cgit v1.2.3