Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Extract the web api code to an independent package #412

Open
arbulu89 opened this issue Oct 29, 2021 · 0 comments
Open

Extract the web api code to an independent package #412

arbulu89 opened this issue Oct 29, 2021 · 0 comments
Labels

Comments

@arbulu89
Copy link
Contributor

Right now, the web api code belongs to the web package. In order to have a more structured code, we could extract this logic to an additional package, which would have its own json models, etc

This is not an easy work, as the golang package structure is not an easy thing, Specially, because you need to avoid the cyclical import inferno, which is a pretty normal thing if you don't abstract all of your models and entities properly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant