未验证 提交 4f5a71a4 编写于 作者: C cai.zhang 提交者: GitHub

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

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 71086123
......@@ -280,6 +280,7 @@ func (s *Server) ReleaseCollection(ctx context.Context, req *querypb.ReleaseColl
return s.queryCoord.ReleaseCollection(ctx, req)
}
// ShowPartitions shows the partitions in the QueryCoord.
func (s *Server) ShowPartitions(ctx context.Context, req *querypb.ShowPartitionsRequest) (*querypb.ShowPartitionsResponse, error) {
return s.queryCoord.ShowPartitions(ctx, req)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册