feat(events): add basic event handler to collect application events (#2602)

This commit is contained in:
Sampras Lopes
2023-10-16 18:20:23 +05:30
committed by GitHub
parent 92ee1db107
commit 5d88dbc92c
4 changed files with 53 additions and 1 deletions

View File

@ -15,6 +15,7 @@ pub(crate) mod macros;
pub mod routes;
pub mod workflows;
pub mod events;
pub mod middleware;
pub mod openapi;
pub mod services;