Context
With GODRIVER-961, we changed IndexView.DropAll to not return a bson.Raw, but IndexView.DropOne still returns a bson.Raw. We should make these APIs consistent and either return a structured result type or only an error if there's no additional information to communicate.
Definition of done
- Return a structured result type or only an error from IndexView.DropOne.
Pitfalls
- is related to
-
GODRIVER-961 Change IndexView.DropAll to not return bson.Raw
- Closed