GetConfigFile returns the path to the config file
()
| 99 | |
| 100 | // GetConfigFile returns the path to the config file |
| 101 | func (m *Manager) GetConfigFile() string { |
| 102 | return m.configFile |
| 103 | } |
| 104 | |
| 105 | // GetConfig returns the current configuration |
| 106 | func (m *Manager) GetConfig() *models.Config { |
no outgoing calls
no test coverage detected