Skip to content

Commit

Permalink
Merge pull request #225 from Festum/master
Browse files Browse the repository at this point in the history
Add Chaos middleware to 3rd party list in zh-TW and zh-CN
  • Loading branch information
jszwedko authored Jun 28, 2018
2 parents e5e5cb2 + a1644e8 commit 95cb1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions translations/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ l.SetFormat("[{{.Status}} {{.Duration}}] - {{.Request.UserAgent}}")
| [mgo session](https://github.com/joeljames/nigroni-mgo-session) | [Joel James](https://github.com/joeljames) | 处理在每个请求建立与关闭 mgo sessions |
| [digits](https://github.com/bamarni/digits) | [Bilal Amarni](https://github.com/bamarni) | 处理 [Twitter Digits](https://get.digits.com/) 的认证 |
| [stats](https://github.com/guptachirag/stats) | [Chirag Gupta](https://github.com/guptachirag/stats) | endpoints用的管理QPS与延迟状态的中间件非同步地将状态刷入InfluxDB |
| [Chaos](https://github.com/falzm/chaos) | [Marc Falzon](https://github.com/falzm) | 以编程方式在应用程式中插入无序行为的中间件 |

## 范例
[Alexander Rødseth](https://github.com/xyproto) 创建的 [mooseware](https://github.com/xyproto/mooseware) 是一个编写兼容 Negroni 中间件的处理器骨架的范例。
Expand Down
3 changes: 2 additions & 1 deletion translations/README_zh_tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func main() {
}
```

## Logger
## 記錄器

本中介器紀錄各個進入的請求與回應.

Expand Down Expand Up @@ -460,6 +460,7 @@ l.SetFormat("[{{.Status}} {{.Duration}}] - {{.Request.UserAgent}}")
| [mgo session](https://github.com/joeljames/nigroni-mgo-session) | [Joel James](https://github.com/joeljames) | 處理在每個請求建立與關閉mgo sessions |
| [digits](https://github.com/bamarni/digits) | [Bilal Amarni](https://github.com/bamarni) | 處理[Twitter Digits](https://get.digits.com/)的認證 |
| [stats](https://github.com/guptachirag/stats) | [Chirag Gupta](https://github.com/guptachirag/stats) | 終端用的管理QPS與延遲狀態的中介器非同步地將狀態刷入InfluxDB |
| [Chaos](https://github.com/falzm/chaos) | [Marc Falzon](https://github.com/falzm) | 以開發的方式在應用程式中插入無序行為的中介器 |

## 應用範例

Expand Down

0 comments on commit 95cb1ff

Please sign in to comment.