mirror of https://github.com/milvus-io/milvus.git
Add comment for GetInsertBinlogPaths (#8432)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8436/head
parent
3cfa34e225
commit
3296475517
|
@ -210,6 +210,7 @@ func (s *Server) GetSegmentStates(ctx context.Context, req *datapb.GetSegmentSta
|
|||
return s.dataCoord.GetSegmentStates(ctx, req)
|
||||
}
|
||||
|
||||
// GetInsertBinlogPaths gets insert binlog paths of a segment
|
||||
func (s *Server) GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error) {
|
||||
return s.dataCoord.GetInsertBinlogPaths(ctx, req)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue