Update the ops.Cursor type

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 0.0.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • 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.

              Assignee:
              Kristofer Brandow (Inactive)
              Reporter:
              Kristofer Brandow (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: