GetConfig returns the current configuration
()
| 104 | |
| 105 | // GetConfig returns the current configuration |
| 106 | func (m *Manager) GetConfig() *models.Config { |
| 107 | return m.config |
| 108 | } |
| 109 | |
| 110 | // GetCredentials returns the current credentials |
| 111 | func (m *Manager) GetCredentials() *models.Credentials { |
no outgoing calls
no test coverage detected