mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comment for newGrpcClient (#15144)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
89c9073ab3
commit
745d5f5a8a
@ -103,6 +103,7 @@ func (c *Client) getIndexCoordAddr() (string, error) {
|
||||
return ms.Address, nil
|
||||
}
|
||||
|
||||
// newGrpcClient create a new grpc client of IndexCoord.
|
||||
func (c *Client) newGrpcClient(cc *grpc.ClientConn) interface{} {
|
||||
return indexpb.NewIndexCoordClient(cc)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user