()
| 57 | } |
| 58 | |
| 59 | func (c *fileStore) GetAll() (map[string]types.AuthConfig, error) { |
| 60 | return c.file.GetAuthConfigs(), nil |
| 61 | } |
| 62 | |
| 63 | // unencryptedWarning warns the user when using an insecure credential storage. |
| 64 | // After a deprecation period, user will get prompted if stdin and stderr are a terminal. |
nothing calls this directly
no test coverage detected