GetConfig reads the yaml file from the disk
()
| 61 | |
| 62 | // GetConfig reads the yaml file from the disk |
| 63 | func (m *FileManager) GetConfig() (Root, error) { |
| 64 | return m.ReadConfig(m.configPath, m.log) |
| 65 | } |
| 66 | |
| 67 | // Shutdown stops the watcher |
| 68 | func (m *FileManager) Shutdown() { |
no outgoing calls
no test coverage detected