Details
-
New Feature
-
Resolution: Gone away
-
Major - P3
-
None
-
0.0.2
-
None
Description
Currently the Collection methods use a TransformDocument function to take empty interface types and convert them into a *bson.Document. Make this a function types, or an interface, that is configurable so the user can choose to have their own transformation functions for input. This will be most useful for users switching from mgo because it will allow them to use a hybrid transformer that uses the mgo/bson Marshal function.