--------------------------------------------------------------- App event hooks --------------------------------------------------------------- OnBootstrap hook is triggered when initializing the main application resources (db, app settings, etc).
()
| 712 | // OnBootstrap hook is triggered when initializing the main application |
| 713 | // resources (db, app settings, etc). |
| 714 | OnBootstrap() *hook.Hook[*BootstrapEvent] |
| 715 | |
| 716 | // OnServe hook is triggered when the app web server is started |
| 717 | // (after starting the TCP listener but before initializing the blocking serve task), |
no outgoing calls
no test coverage detected