-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elemental model changes to use mongo-go-driver's bson types instead o…
…f mgo (#135) * elemental model changes to use mongo-go-driver's bson types instead of using those of mgo. * more changes * code generation changes to correctly marshal/unmarshal using Unmarshaller interface that's needed by mongo-go-driver * removing all mgo references * fixing go.mod * test changes * fixing unit tests * fixing golang version * elemental code hardly has any coverage, so relaxing this requirement * updating go.sum
- Loading branch information
Showing
11 changed files
with
345 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.