未验证 提交 090c4e3e 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci] Fix golint for LoadCollection in QueryCoord (#11464)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 52c67177
......@@ -290,6 +290,7 @@ func (c *Client) ShowCollections(ctx context.Context, req *querypb.ShowCollectio
return ret.(*querypb.ShowCollectionsResponse), err
}
// LoadCollection loads the data of the specified collections in the QueryCoord.
func (c *Client) LoadCollection(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, 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.
先完成此消息的编辑!
想要评论请 注册