diff options
| author | 2026-03-28 04:19:44 +0000 | |
|---|---|---|
| committer | 2026-03-28 04:20:29 +0000 | |
| commit | 402ef2733813d128631ca4aea18c2908c74340d5 (patch) | |
| tree | e03a90b6f41411bd62e7339390802c5c50082850 /object/store/cursor.go | |
| parent | object/store: Rename from object/storer (diff) | |
| signature | No signature | |
object/store: Rename back from storer; rename Store to ReadingStore v0.1.118
Diffstat (limited to 'object/store/cursor.go')
| -rw-r--r-- | object/store/cursor.go | 7 |
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 |
