We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
providers
Explore possibility of extracting github.com/cble-platform/cble-backend/providers to separate package.
github.com/cble-platform/cble-backend/providers
As of now, providers need to depend on this package in order to retrieve the providers.Blueprint struct from it to handle unmarshalling.
providers.Blueprint
Removing this dependency makes the two independent.
The text was updated successfully, but these errors were encountered:
BradHacker
No branches or pull requests
Explore possibility of extracting
github.com/cble-platform/cble-backend/providers
to separate package.As of now, providers need to depend on this package in order to retrieve the
providers.Blueprint
struct from it to handle unmarshalling.Removing this dependency makes the two independent.
The text was updated successfully, but these errors were encountered: