| 45 | } |
| 46 | |
| 47 | type ConfigStorage struct { |
| 48 | config *config.Config |
| 49 | } |
| 50 | |
| 51 | func (c *ConfigStorage) SetConfig(cfg *config.Config) error { |
| 52 | if err := cfg.Validate(); err != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected