[skip ci] Fix golint for ReleaseCollection in QueryCoord (#11465)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11469/head
cai.zhang 2021-11-08 21:37:23 +08:00 committed by GitHub
parent 7037834994
commit 2adc2f0bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ func (c *Client) LoadCollection(ctx context.Context, req *querypb.LoadCollection
return ret.(*commonpb.Status), err
}
// ReleaseCollection release the data of the specified collections in the QueryCoord.
func (c *Client) ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()