You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
The nexus folder keeps growing and it might be a good idea to split it into separate packages (Note: using internal packages could also be a good idea).
This would require quire a few changes tho:
We will need an extra package with an APICaller interface implemented by the existing Client struct to avoid "import cycles".
The existing test files would all have to be put in the same place or the test suits would have to be redesigned/duplicated across all internal sub-packages.
The way models are imported would change, we might even have to move them to a separate package if we decide to use internal packages.
The text was updated successfully, but these errors were encountered:
The nexus folder keeps growing and it might be a good idea to split it into separate packages (Note: using internal packages could also be a good idea).
This would require quire a few changes tho:
The text was updated successfully, but these errors were encountered: