We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b8ac7 commit 1495e91Copy full SHA for 1495e91
store/errors.go
@@ -0,0 +1,5 @@
1
+package store
2
+
3
+import "github.com/docker/secrets-engine/pkg/secrets"
4
5
+var ErrCredentialNotFound = secrets.ErrNotFound
0 commit comments