Versions in this module Expand all Collapse all v0 v0.5.1 May 10, 2014 Changes in this version type PublishedStorage + func (storage *PublishedStorage) Filelist(prefix string) ([]string, error) + func (storage *PublishedStorage) Remove(path string) error + func (storage *PublishedStorage) RenameFile(oldName, newName string) error v0.4.1 Mar 12, 2014 Changes in this version + type PackagePool struct + func NewPackagePool(root string) *PackagePool + func (pool *PackagePool) FilepathList(progress aptly.Progress) ([]string, error) + func (pool *PackagePool) Import(path string, hashMD5 string) error + func (pool *PackagePool) Path(filename string, hashMD5 string) (string, error) + func (pool *PackagePool) RelativePath(filename string, hashMD5 string) (string, error) + func (pool *PackagePool) Remove(path string) (size int64, err error) + type PublishedStorage struct + func NewPublishedStorage(root string) *PublishedStorage + func (storage *PublishedStorage) ChecksumsForFile(path string) (utils.ChecksumInfo, error) + func (storage *PublishedStorage) CreateFile(path string) (*os.File, error) + func (storage *PublishedStorage) LinkFromPool(prefix string, component string, poolDirectory string, ...) (string, error) + func (storage *PublishedStorage) MkDir(path string) error + func (storage *PublishedStorage) PublicPath() string + func (storage *PublishedStorage) RemoveDirs(path string) error