Skip to content

refactor: pass reader parameters as structures for simpler extension; use vectors instead of raw pointers to pass data

Iurii Zhesson requested to merge slb-master-refactor-readers-202406 into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Pass internal readers parameters as structures for simpler upcoming parameters extension. Use vectors instead of raw pointers to pass data in readers call stack. Format code.

Edited by Iurii Zhesson

Merge request reports

Loading