package wincred
import "github.com/docker/docker-credential-helpers/wincred"
Index ¶
Types ¶
type Wincred ¶
type Wincred struct{}
Wincred handles secrets using the Windows credential service.
func (Wincred) Add ¶
func (h Wincred) Add(creds *credentials.Credentials) error
Add adds new credentials to the windows credentials manager.
func (Wincred) Delete ¶
Delete removes credentials from the windows credentials manager.
func (Wincred) Get ¶
Get retrieves credentials from the windows credentials manager.
func (Wincred) List ¶
List returns the stored URLs and corresponding usernames for a given credentials label.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
wincred/cmd |
- Version
- v0.7.0-beta.1
- Published
- Aug 28, 2022
- Platform
- windows/amd64
- Imports
- 6 packages
- Last checked
- 2 minutes ago –
Tools for package owners.