run-o11y-run icon indicating copy to clipboard operation
run-o11y-run copied to clipboard

refactor code to replace `map[any]any` with actual struct which represents docker-compose manifest

Open n0npax opened this issue 1 year ago • 1 comments

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.

n0npax avatar Jun 01 '23 23:06 n0npax