Manager implements the ConfigManager interface
| 36 | |
| 37 | // Manager implements the ConfigManager interface |
| 38 | type Manager struct { |
| 39 | config *Config |
| 40 | settingsManager *SystemSettingsManager |
| 41 | } |
| 42 | |
| 43 | // Config represents the application configuration |
| 44 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected