| 12 | ) |
| 13 | |
| 14 | type ConfigStorage struct { |
| 15 | db *gorm.DB |
| 16 | namespacePrefix string |
| 17 | } |
| 18 | |
| 19 | // SetConfig stores the configuration in Redis. |
| 20 | func (s *ConfigStorage) SetConfig(cfg *config.Config) error { |
nothing calls this directly
no outgoing calls
no test coverage detected