Get retrieves credentials from the store for a given server.
(serverAddress string)
| 10 | Erase(serverAddress string) error |
| 11 | // Get retrieves credentials from the store for a given server. |
| 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. |
no outgoing calls