Skip to content

Commit 1495e91

Browse files
committed
store: error types
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 19b8ac7 commit 1495e91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

store/errors.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)