Bootstrap initializes the application (aka. create data dir, open db connections, load settings, etc.). It will call ResetBootstrapState() if the application was already bootstrapped.
()
| 56 | // |
| 57 | // It will call ResetBootstrapState() if the application was already bootstrapped. |
| 58 | Bootstrap() error |
| 59 | |
| 60 | // ResetBootstrapState releases the initialized core app resources |
| 61 | // (closing db connections, stopping cron ticker, etc.). |
no outgoing calls