# Functions
NewBlobSizeCache returns a new blob size cache containing all entries from midx.
NewHostsDir returns a new directory containing host names.
NewMetaDir returns a new meta dir.
NewRoot initializes a new root node from a repository.
NewSnapshotsDir returns a new directory containing snapshots.
NewSnapshotsIDSDir returns a new directory containing snapshots named by ids.
NewTagsDir returns a new directory containing tag names.
# Structs
BlobSizeCache caches the size of blobs in the repo.
Config holds settings for the fuse mount.
HostsDir is a fuse directory which contains hosts.
MetaDir is a fuse directory which contains other directories.
Root is the root node of the fuse mount of a repository.
SnapshotsDir is a fuse directory which contains snapshots named by timestamp.
SnapshotsIDSDir is a fuse directory which contains snapshots named by ids.
TagsDir is a fuse directory which contains tags.