1) The EventRegistry has been changed to use an EventHandler (interface) and EventHandlerFunc (as in net/http). This way we can still On<event name> functions as handlers whenever an event occurs.
2) We added extra logic whenever a new entity is created
Description
This PR implements #188.
1) The
EventRegistry
has been changed to use anEventHandler
(interface) andEventHandlerFunc
(as in net/http). This way we can stillOn<event name>
functions as handlers whenever an event occurs.2) We added extra logic whenever a new entity is created
Service
IssueRepository
What type of PR is this? (check all applicable)
Related Tickets & Documents
Added tests?
Added tests in
Added to documentation?
Checklist