From fec908a19be5708f97ce0180904b586cc5ec6853 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sun, 13 Mar 2022 14:09:11 +0800 Subject: [PATCH] Update ROADMAP.md update roadmap. --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index d6ea9ce3..517c6126 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,6 +23,6 @@ We hope that the items listed below will inspire further engagement from the com - [x] Support `context` in redis related methods for timeout and tracing - [x] Support `context` in sql related methods for timeout and tracing - [ ] Support `context` in mongodb related methods for timeout and tracing -- [x] Add `httpx.Client` with governance, like circuit breaker etc. +- [x] Add `httpc.Do` with HTTP call governance, like circuit breaker etc. - [ ] Support `goctl doctor` command to report potential issues for given service - [ ] Support `goctl mock` command to start a mocking server with given `.api` file