File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var ErrCollectionPathInvalid = errors.New("keychain collection path is invalid")
1010
1111const (
1212 // the docker label is the default prefix on all keys stored by the keychain
13- // e.g. io.docker.Secrets:encoded (realm/app/username)
13+ // e.g. io.docker.Secrets:id (realm/app/username)
1414 dockerSecretsLabel = "io.docker.Secrets"
1515)
1616
@@ -37,7 +37,6 @@ func WithKeyPrefix[T store.Secret](prefix string) Options[T] {
3737
3838// New creates a new keychain store
3939//
40- // collectionID is a singular noun indicating the collection name, e.g. "docker"
4140// factory is a function used to instantiate new secrets of type T.
4241func New [T store.Secret ](factory Factory [T ], opts ... Options [T ]) (store.Store , error ) {
4342 k := & keychainStore [T ]{
You can’t perform that action at this time.
0 commit comments