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