cble-platform/cble

Explore `providers` Package Abstraction

Opened this issue · 0 comments

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.