Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + var ErrAlreadyMounted = errors.New("path is already mounted") + var ErrHashInvalidLen = errors.New("invalid hash length") + var ErrHashNotSupported = errors.New("hash not supported by flist host") + var ErrNotMountPoint = errors.New("path is not a mountpoint") + var ErrTransportEndpointIsNotConencted = errors.New("transport endpoint is not connected") + var ErrZFSProcessNotFound = errors.New("0-fs process not found") + func New(root string, storage *stubs.StorageModuleStub) pkg.Flister + type Cleaner interface + CacheCleaner func(ctx context.Context, every time.Duration, age time.Duration) + type Hash string + type Path string