IsDev returns whether the app is in dev mode. When enabled logs, executed sql statements, etc. are printed to the stderr.
()
| 72 | // |
| 73 | // When enabled logs, executed sql statements, etc. are printed to the stderr. |
| 74 | IsDev() bool |
| 75 | |
| 76 | // Settings returns the loaded app settings. |
| 77 | Settings() *Settings |
no outgoing calls
no test coverage detected