Documentation ¶
Overview ¶
Package vfsafero is the implementation of the Virtual File System by using afero. Afero is a library for manipulating files and directory on the local file system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(db vfs.Prefixer, index vfs.Indexer, disk vfs.DiskThresholder, mu lock.ErrorRWLocker, fsURL *url.URL, pathSegment string) (vfs.VFS, error)
New returns a vfs.VFS instance associated with the specified indexer and storage url.
The supported scheme of the storage url are file://, for an OS-FS store, and mem:// for an in-memory store. The backend used is the afero package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.