-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Options & Configuration
Initially I thought that there was an interface dependency that didn't work well with vendoring, but I dug in a bit further and it looks like the options type that we pass to query helpers is in the private package, which means if you want to create a slice of query options, and then conditionally add query options, and then pass them to the query method, you end up picking up a dependency on the private options package, which seems undesirable.
- is caused by
-
GODRIVER-272 Implement redesigned options for the Collection methods
- Closed