未验证 提交 ff9532d0 编写于 作者: S shaoyue 提交者: GitHub

[skip e2e] Add comment for grpc ClientBase (#14573)

Signed-off-by: Nshaoyue.chen <shaoyue.chen@zilliz.com>
上级 fddd8e94
......@@ -208,6 +208,7 @@ func (c *ClientBase) Call(ctx context.Context, caller func(client interface{}) (
return ret, err
}
// ReCall does the grpc call twice
func (c *ClientBase) ReCall(ctx context.Context, caller func(client interface{}) (interface{}, error)) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册