package registration // RegistrationNotifier forwards new registrations type RegistrationNotifier interface { //NotifyNewRegistration notifies about a new registration NotifyNewRegistration(reg *Registration) error }