package
2.0.9+incompatible
Repository: https://github.com/threefoldtech/0-fs.git
Documentation: pkg.go.dev
# Functions
New creates a new filesystem object with given configuration.
No description provided by the author
NewConfig creates a new filesystem config object with given meta store, and data storage and local cache directory.
NewDownloader creates a downloader for this meta from this storage.
WithWorkers set number of workers.
# Constants
KB.
DefaultDownloadWorkers define the default number of workload to use to downloads data blocks.
# Structs
No description provided by the author
Config represents a filesystem configuration object Configuration objects can be used to manipulate some filesystem flags in runtime.
Downloader allows to get some data blocks using a pool of workers.
OutputBlock is the result of a Dowloader worker.
WithAttr override nodefs.File with custom GetAttr which use attr from rofs and not local file.
# Interfaces
DownloaderOption interface.