blob: c6008ccdddb033508bf30bf0883594fea9a80c4f (
about) (
plain) (
blame)
1
2
3
4
5
6
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
|