-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Feature: Upgrade indexer to use native io/fs
interfaces.
#85
Comments
really looking forward to this feature! Now I use kin-openapi because this is only library that allows you to override fs, and I need to parse openapi specs from inmemory fs. But it has poor error messages, so i want to replace it with libopenapi |
I am actively working on this feature. |
A new configuration option is available to the index, a `RemoteHandler` of type `fs.FS`. If set, will be used as an override to all other remote fetching code. Signed-off-by: Dave Shanley <[email protected]>
A new configuration option is available to the index, a `RemoteHandler` of type `fs.FS`. If set, will be used as an override to all other remote fetching code. Signed-off-by: Dave Shanley <[email protected]>
This feature is now available in The index configuration now has a new property of |
As discussed in #83, This feature would introduce https://pkg.go.dev/io/fs as an interface to allow references to be stored in abstracted storage like databases.
The text was updated successfully, but these errors were encountered: