# Functions
ForDeleteAllRepositories returns a temporary directory for the given storage.
New returns the path of a new temporary directory for use with the repository.
NewAsRepository is the same as New, but it returns a *gitalypb.Repository for the created directory as well as the bare path as a string.
StartCleaning starts tempdir cleanup goroutines.
# Constants
GitalyDataPrefix is the top-level directory we use to store system (non-user) data.
MaxAge is used by ForDeleteAllRepositories.
TmpRootPrefix is the directory in which we store temporary directories.