You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
internal ci: add Lint check on commits (#1086) 3 years ago
bulkinserter.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
collection.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
collection_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
iter.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
iter_mock.go ci: add Lint check on commits (#1086) 3 years ago
iter_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
model.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
model_test.go feat: slow threshold customizable in mongo (#1186) 3 years ago
options.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
options_test.go feat: slow threshold customizable in mongo (#1186) 3 years ago
pipe.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
pipe_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
query.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
query_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
sessionmanager.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
util.go fix golint issues in core/stores (#527) 4 years ago
util_test.go feat: use mongodb official driver instead of mgo (#1782) 3 years ago