Add comment for GetInsertBinlogPaths (#8432)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8436/head
sunby 2021-09-23 21:42:03 +08:00 committed by GitHub
parent 3cfa34e225
commit 3296475517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}