ResetBootstrapState releases the initialized core app resources (closing db connections, stopping cron ticker, etc.).
()
| 60 | // ResetBootstrapState releases the initialized core app resources |
| 61 | // (closing db connections, stopping cron ticker, etc.). |
| 62 | ResetBootstrapState() error |
| 63 | |
| 64 | // DataDir returns the app data directory path. |
| 65 | DataDir() string |