mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for GetSegmentInfo in QueryNode (#10065)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
24a6fc096b
commit
62446f63d4
@ -325,6 +325,7 @@ func (s *Server) ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmen
|
||||
return s.querynode.ReleaseSegments(ctx, req)
|
||||
}
|
||||
|
||||
// GetSegmentInfo gets the information of the specified segments in QueryNode.
|
||||
func (s *Server) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error) {
|
||||
return s.querynode.GetSegmentInfo(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user