carbon-io / carbond

MIT License
2 stars 5 forks source link

@mixes MongoDBCollectionOperationConfig #290

Open tfogo opened 6 years ago

tfogo commented 6 years ago

The MongoDB configs say @mixes carbond.mongodb.MongoDBCollectionOperationConfig in the jsdocs. MongoDBCollectionOperationConfig doesn't exist. Do we intend to add it or can we remove it form the jsdocs?

tfogo commented 6 years ago

If we did create that class, we could add driverOptions to it. Currently driverOptions is defined on each MongoDB config class separately.