[skip ci] Fix golint for ShowPartitions in QueryCoord (#11466)

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

View File

@ -322,6 +322,7 @@ func (c *Client) ReleaseCollection(ctx context.Context, req *querypb.ReleaseColl
return ret.(*commonpb.Status), err
}
// ShowPartitions shows the partitions in the QueryCoord.
func (c *Client) ShowPartitions(ctx context.Context, req *querypb.ShowPartitionsRequest) (*querypb.ShowPartitionsResponse, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()