Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
n0npax opened this issue Jun 1, 2023 · 1 comment

Comments

@n0npax
Copy link
Contributor

n0npax commented Jun 1, 2023

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.

@krzko
Copy link
Owner

krzko commented Jun 5, 2023

Would definitely love to do this when time allows. Would prefer to attack this when it gets refactored into a package so you can run custom stacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants