SetConfigFile sets the path to the config file (called from CLI flag)
(path string)
| 94 | |
| 95 | // SetConfigFile sets the path to the config file (called from CLI flag) |
| 96 | func (m *Manager) SetConfigFile(path string) { |
| 97 | m.configFile = path |
| 98 | } |
| 99 | |
| 100 | // GetConfigFile returns the path to the config file |
| 101 | func (m *Manager) GetConfigFile() string { |
no outgoing calls
no test coverage detected