GetCredentials returns the current credentials
()
| 109 | |
| 110 | // GetCredentials returns the current credentials |
| 111 | func (m *Manager) GetCredentials() *models.Credentials { |
| 112 | return m.credentials |
| 113 | } |
| 114 | |
| 115 | // LoadConfig loads configuration from file |
| 116 | func (m *Manager) LoadConfig() error { |
no outgoing calls
no test coverage detected