package notifier import ( "git.faercol.me/management-platform/events/event" ) type Notifier interface { Notify(event event.Event) }