aboutsummaryrefslogtreecommitdiff
path: root/ref/store/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/errors.go')
-rw-r--r--ref/store/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ref/store/errors.go b/ref/store/errors.go
index 45583440..3b2b15b3 100644
--- a/ref/store/errors.go
+++ b/ref/store/errors.go
@@ -4,4 +4,5 @@ import "errors"
// ErrReferenceNotFound indicates that a reference does not exist in a backend.
// TODO: Interface error? Just like object not found in objectstore.
+// I'm not sure if I want this as a sentinel.
var ErrReferenceNotFound = errors.New("refstore: reference not found")