You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: