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

Update signature of Database and IndexView methods to return a slice of values instead of pointers

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Go Drivers
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Context

      The pointers confuse users because it’s unclear whether they can be nil.

      Definition of done

      Update the method signature for methods to return slice of struct instead of slice of pointer:

      • Database.ListCollectionSpecifications
      • IndexView.ListSpecifications

      Pitfalls

      What was the background for picking up pointers in the initial PR?

            Assignee:
            qingyang.hu@mongodb.com Qingyang Hu
            Reporter:
            qingyang.hu@mongodb.com Qingyang Hu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: