package
0.0.0-20190717100203-59c1163fd173
Repository: https://github.com/google/slothfs.git
Documentation: pkg.go.dev
# Functions
GetTree loads the Tree from an on-disk Git repository.
NewCache sets up a Cache instance according to the given options.
NewCAS creates a new CAS object.
NewLazyRepo creates a new repository.
NewTreeCache constructs a new TreeCache.
# Structs
Cache combines a blob, tree and git repo cache.
CAS is a content addressable storage.
LazyRepo represents a git repository that might be fetched on demand.
Options defines configurable options for the different caches.
A TreeCache caches recursively expanded trees by their git commit and tree IDs.