run-o11y-run
run-o11y-run copied to clipboard
refactor code to replace `map[any]any` with actual struct which represents docker-compose manifest
dealing with map[any]any
and casting particular fields to particular types doesn't seem to be the best solution.
It would be nice to use some structs to manage docker-compose manifests in more organised way.