mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint for LoadCollection in QueryCoord (#11464)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/11468/head
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…
Reference in New Issue