SudoSOS Back-end API / internal/user-settings
internal/user-settings ​
This is the module page of the user-setting.
Classes ​
| Class | Description |
|---|---|
| UserSetting | Key-value store for user-specific settings |
| UserSettingsStore | Store of user-specific settings, which are key-value pairs stored in the database. Unlike ServerSettingsStore, this is not a singleton and always queries the database to ensure settings are up-to-date. |
Interfaces ​
| Interface | Description |
|---|---|
| DashboardTheme | - |
| IUserSettings | - |
Type Aliases ​
| Type Alias | Description |
|---|---|
| SupportedLanguage | - |
Variables ​
| Variable | Description |
|---|---|
| SUPPORTED_LANGUAGES | - |
| UserSettingsDefaults | - |