mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
feat: support WithStreamClientInterceptor for zrpc clients (#1907)
* feat: support WithStreamClientInterceptor for zrpc clients * fix: data race
This commit is contained in:
@@ -38,7 +38,7 @@ func captureOutput(f func()) string {
|
||||
f()
|
||||
SetLevel(prevLevel)
|
||||
|
||||
return w.builder.String()
|
||||
return w.String()
|
||||
}
|
||||
|
||||
func getContent(jsonStr string) string {
|
||||
|
||||
Reference in New Issue
Block a user