Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-191

Update the ops.Cursor type

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 0.0.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Reporter:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: