mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix golint for LoadCollection in QueryCoord (#11464)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
52c671772a
commit
090c4e3e93
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user