Replace variadic argument to all AddDocuments
and UpdateDocuments
methods
#430
Labels
enhancement
New feature or request
good first issue
Good for newcomers
maintenance
Anything related to maintenance (CI, tests, refactoring...)
Description
Currently, we use variable parameters for all methods related to
AddDocuments
andUpdateDocuments
to simplify the use of these methods. But this is not a good practice and it would be better to declare with normal parameters even if the user has to sendnil
for some of the unused parameters.Basic example
Such as the method
AddDocuments
:Should become:
And used as:
Other
The text was updated successfully, but these errors were encountered: