mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for SegmentFlushCompleted in rootcoord (#12377)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12426/head
parent
dd134e02d9
commit
d54a6a408b
|
@ -401,6 +401,8 @@ func (s *Server) ShowSegments(ctx context.Context, in *milvuspb.ShowSegmentsRequ
|
|||
func (s *Server) ReleaseDQLMessageStream(ctx context.Context, in *proxypb.ReleaseDQLMessageStreamRequest) (*commonpb.Status, error) {
|
||||
return s.rootCoord.ReleaseDQLMessageStream(ctx, in)
|
||||
}
|
||||
|
||||
// SegmentFlushCompleted notifies RootCoord that specified segment has been flushed.
|
||||
func (s *Server) SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFlushCompletedMsg) (*commonpb.Status, error) {
|
||||
return s.rootCoord.SegmentFlushCompleted(ctx, in)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue