Versions in this module Expand all Collapse all v1 v1.4.0 Aug 19, 2016 Changes in this version + var TempDir = filepath.Join(os.TempDir(), "git-lfs") + func ResetTempDir() error + func ResolveDirs() + func TempFile(prefix string) (*os.File, error) + type LocalStorage struct + RootDir string + TempDir string + func NewStorage(storageDir, tempDir string) (*LocalStorage, error) + func Objects() *LocalStorage + func (s *LocalStorage) AllObjects() []Object + func (s *LocalStorage) BuildObjectPath(oid string) (string, error) + func (s *LocalStorage) ClearTempObjects() error + func (s *LocalStorage) ObjectPath(oid string) string + func (s *LocalStorage) ScanObjectsChan() <-chan Object + type Object struct + Oid string + Size int64