Eli Bendersky
Eli Bendersky
This could be useful if a good example can be worked out. There's some related code in the `switch` and `json` examples already, but maybe this would go to `interfaces`
This issue should have been closed when #567 landed. I think this is sufficiently demonstrated now, and a separate example isn't required
Having thought some more about it, I don't think this is necessary for now
What is the general cross-provider interface this would be behind?
Yes, please go ahead and create a PR
Thanks for reaching out! For changes that apply across all cloud providers, you should be able to send PRs. For changes that add new providers or apply only for specific...
> @eliben Thanks for your response and I wanted to clarify there are two categories of additions related to new providers: > > 1. Addition of new providers for existing...
> > hence we only focus on the most major cloud providers. > > alibaba is 4th major cloud cloud provider after GCP, definitely not close to top 3 ;-)...
@jkutner generally speaking, go-cloud is already organized in a modular way (see https://gocloud.dev/concepts/structure/) With a concrete example in mind, if you were to provide an Alibaba blob provider out-of-tree today,...
@jkutner I'm not sure I follow. go-cloud already providers a plugin mechanism that can be used to build out-of-tree providers. It's just a build-time mechanism, not a run-time mechanism (like...