googleinterns / knative-source-mongodb

Apache License 2.0
3 stars 2 forks source link

Bson Decoder #49

Closed selim5 closed 4 years ago

selim5 commented 4 years ago

Fixes #43

Bson decoder

Takes in a bson change object from the mongo go driver and returns a ChangeObject.

nachocano commented 4 years ago

Thanks @selim5 !!!