mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint for ReleaseCollection in QueryCoord (#11465)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/11469/head
parent
7037834994
commit
2adc2f0bf0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue