GetAll retrieves all the credentials from the store.
()
| 12 | Get(serverAddress string) (types.AuthConfig, error) |
| 13 | // GetAll retrieves all the credentials from the store. |
| 14 | GetAll() (map[string]types.AuthConfig, error) |
| 15 | // Store saves credentials in the store. |
| 16 | Store(authConfig types.AuthConfig) error |
| 17 | } |
no outgoing calls