mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
trying to the OSX test to pass on Travis, it passes locally
Signed-off-by: avaid96 <avaid1996@gmail.com>
This commit is contained in:
@@ -37,3 +37,11 @@ func (h Wincred) Get(serverURL string) (string, string, error) {
|
||||
}
|
||||
return g.UserName, string(g.CredentialBlob), nil
|
||||
}
|
||||
|
||||
func (h Wincred) List() ([]string, []string, error) {
|
||||
accts, paths, err := winc.List()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return paths, accts, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user