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

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11468/head
cai.zhang 2021-11-08 21:27:42 +08:00 committed by GitHub
parent 52c671772a
commit 090c4e3e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()