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.
Explore possibility of extracting
github.com/cble-platform/cble-backend/providersto separate package.As of now, providers need to depend on this package in order to retrieve the
providers.Blueprintstruct from it to handle unmarshalling.Removing this dependency makes the two independent.