------------------------------------------------------------------- App event hooks -------------------------------------------------------------------
()
| 807 | // ------------------------------------------------------------------- |
| 808 | |
| 809 | func (app *BaseApp) OnBootstrap() *hook.Hook[*BootstrapEvent] { |
| 810 | return app.onBootstrap |
| 811 | } |
| 812 | |
| 813 | func (app *BaseApp) OnServe() *hook.Hook[*ServeEvent] { |
| 814 | return app.onServe |
no outgoing calls
no test coverage detected