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/handler
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
..
authhandler.go feat: log 404 requests with traceid (#1554) 3 years ago
authhandler_test.go feat: log 404 requests with traceid (#1554) 3 years ago
breakerhandler.go feat: log 404 requests with traceid (#1554) 3 years ago
breakerhandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
contentsecurityhandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
contentsecurityhandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
cryptionhandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
cryptionhandler_test.go add more tests (#1763) 3 years ago
gunziphandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
gunziphandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
loghandler.go feat: implement console plain output for debug logs (#1456) 3 years ago
loghandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
maxbyteshandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
maxbyteshandler_test.go rename ngin to rest 4 years ago
maxconnshandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
maxconnshandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
metrichandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
metrichandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
prometheushandler.go feat: log 404 requests with traceid (#1554) 3 years ago
prometheushandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
recoverhandler.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
recoverhandler_test.go rename ngin to rest 4 years ago
sheddinghandler.go feat: log 404 requests with traceid (#1554) 3 years ago
sheddinghandler_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
timeouthandler.go fix: ignore timeout on websocket (#1802) 3 years ago
timeouthandler_test.go feat: use mongodb official driver instead of mgo (#1782) 3 years ago
tracinghandler.go feat: add rest/httpc to make http requests governacible (#1638) 3 years ago
tracinghandler_test.go feat: log 404 requests with traceid (#1554) 3 years ago