Skip to content
New issue

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

Standardize options handling across providers (pointer to struct vs. pointer) #88

Open
arnab-chaudhuri-c2fo opened this issue Aug 23, 2021 · 0 comments

Comments

@arnab-chaudhuri-c2fo
Copy link
Contributor

Right now withOptions under file system takes an empty interface{} that can handle a pointer or a struct.

There is no code in place to set the options from a pointer to options passed to an interface.

Also, it seems Azure has a pointer to an Azure option item vs. using the standard interface from vfs. We should look at pros and cons here and standardize.

These should be addressed in refactor work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants