未验证 提交 fb2e8b08 编写于 作者: B Bingyi Sun 提交者: GitHub

[skip ci]Add comment for WatchChannels in client.go (#12416)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@gmail.com>
上级 b790f1fe
......@@ -641,6 +641,7 @@ func (c *Client) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.
return ret.(*milvuspb.GetCompactionPlansResponse), err
}
// WatchChannels notifies DataCoord to watch vchannels of a collection
func (c *Client) WatchChannels(ctx context.Context, req *datapb.WatchChannelsRequest) (*datapb.WatchChannelsResponse, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册