Skip to content

v1.2.3

Compare
Choose a tag to compare
@ehsandavari ehsandavari released this 25 Mar 20:29
· 16 commits to main since this release
refactor: update naming convention for mediator interfaces and structs

- Change `handle` method to `Handle` in `iPipelineBehavior`, `iRequestHandler`, and `iNotificationHandler` interfaces
- Change `handle` method to `Handle` in all corresponding structs
- Update all method calls to use the new `Handle` method
- No changes were made to `mediatr_test.go`

Signed-off-by: ehsandavari <[email protected]>