-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Update the ops.Cursor type to the following:
type Cursor interface { Next(context.Context) bool Decode(interface{}) error Err() error Close(context.Context) error }
Update the implementation of cursor to implement the new ops.Cursor interface.