DefaultBasicRes offers a common implementation for the BasisRes interface
| 26 | |
| 27 | // DefaultBasicRes offers a common implementation for the BasisRes interface |
| 28 | type DefaultBasicRes struct { |
| 29 | cfg config.ConfigReader |
| 30 | logger log.Logger |
| 31 | db dal.Dal |
| 32 | } |
| 33 | |
| 34 | // GetConfigReader returns the ConfigReader instance |
| 35 | func (c *DefaultBasicRes) GetConfigReader() config.ConfigReader { |
nothing calls this directly
no outgoing calls
no test coverage detected