go-zero/core/stores/mongo
Kevin Wan 2cdff97934
feat: use mongodb official driver instead of mgo (#1782)
* wip: backup

* wip: backup

* wip: backup

* backup

* backup

* backup

* add more tests

* fix wrong dependency

* fix lint errors

* remove test due to data race

* add tests

* fix test error

* add mon.Model

* add mon.Model unmarshal

* add monc

* add more tests for monc

* add more tests for monc

* add docs for mon and monc packages

* fix doc errors

* chhore: add comment

* chore: fix test bug

* chore: refine tests

* chore: remove primitive.NewObjectID in test code

* chore: rename test files for typo
2022-04-19 14:03:04 +08:00
..
internal ci: add Lint check on commits (#1086) 2021-09-23 19:57:05 +08:00
bulkinserter.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
collection_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
collection.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
iter_mock.go ci: add Lint check on commits (#1086) 2021-09-23 19:57:05 +08:00
iter_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
iter.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
model_test.go feat: slow threshold customizable in mongo (#1186) 2021-11-01 07:12:53 +08:00
model.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
options_test.go feat: slow threshold customizable in mongo (#1186) 2021-11-01 07:12:53 +08:00
options.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
pipe_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
pipe.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
query_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
query.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
sessionmanager.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
util_test.go feat: use mongodb official driver instead of mgo (#1782) 2022-04-19 14:03:04 +08:00
util.go fix golint issues in core/stores (#527) 2021-02-28 23:02:49 +08:00