https://github.com/sourcegraph/ctxvfs
Package ctxvfs defines a virtual file system interface whose methods accept a context.Context parameter. It is otherwise similar to vfs.FileSystem.
https://github.com/sourcegraph/ctxvfs
Last synced: 7 months ago
JSON representation
Package ctxvfs defines a virtual file system interface whose methods accept a context.Context parameter. It is otherwise similar to vfs.FileSystem.
- Host: GitHub
- URL: https://github.com/sourcegraph/ctxvfs
- Owner: sourcegraph
- License: mit
- Created: 2016-10-12T04:26:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T20:42:55.000Z (over 1 year ago)
- Last Synced: 2025-06-09T05:11:22.494Z (8 months ago)
- Language: Go
- Homepage: https://sourcegraph.com/github.com/sourcegraph/ctxvfs
- Size: 20.5 KB
- Stars: 7
- Watchers: 73
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctxvfs [](https://travis-ci.org/sourcegraph/ctxvfs)
Package ctxvfs defines a virtual file system interface whose methods accept a context.Context parameter. It is otherwise similar to vfs.FileSystem.
This package is **experimental** until further notice.
[**Open the code in Sourcegraph**](https://sourcegraph.com/github.com/sourcegraph/ctxvfs)