DataDir returns the app data directory path.
()
| 63 | |
| 64 | // DataDir returns the app data directory path. |
| 65 | DataDir() string |
| 66 | |
| 67 | // EncryptionEnv returns the name of the app secret env key |
| 68 | // (currently used primarily for optional settings encryption but this may change in the future). |
no outgoing calls