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/rest
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
..
handler feat: use mongodb official driver instead of mgo (#1782) 3 years ago
httpc fix marshal ptr in httpc (#1789) 3 years ago
httpx feat: add httpc.Parse (#1698) 3 years ago
internal feat: add httpc.Parse (#1698) 3 years ago
pathvar test: add more tests (#1352) 3 years ago
router feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
token chore: remove jwt deprecated (#1452) 3 years ago
config.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
engine.go refactor: guard timeout on API files (#1726) 3 years ago
engine_test.go Added support for setting the parameter size accepted by the interface and custom timeout and maxbytes in API file (#1713) 3 years ago
server.go refactor: guard timeout on API files (#1726) 3 years ago
server_test.go refactor: guard timeout on API files (#1726) 3 years ago
types.go Added support for setting the parameter size accepted by the interface and custom timeout and maxbytes in API file (#1713) 3 years ago