celestiaorg / knuu

Integration Test Framework
Apache License 2.0
38 stars 31 forks source link

Refactor sidecars to an inetrface #431

Open mojtaba-esk opened 3 weeks ago

mojtaba-esk commented 3 weeks ago

Currently we have a multiple predefined sidecars that user can enable including: OtelCollector, TsharkCollector, BitTwister, and there might be more in future. to have a clean code base with a nice structure, let's define the sidecar as an interface that each new sidecar implements it. it enhances also the composeability.