aboutsummaryrefslogtreecommitdiff
path: root/object/store/cursor.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/cursor.go')
-rw-r--r--object/store/cursor.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/object/store/cursor.go b/object/store/cursor.go
new file mode 100644
index 00000000..c6008ccd
--- /dev/null
+++ b/object/store/cursor.go
@@ -0,0 +1,7 @@
+package objectstore
+
+// type Cursor any
+//
+// Then make all read functions accept and provide a Cursor
+// nil must always be accepted and would exhibit the same behavior as right now
+// Non-nil behavior is implementation-defined: e.g., pack selection