An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ctxvfs [![Build Status](https://travis-ci.org/sourcegraph/ctxvfs.svg)](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)