Versions in this module Expand all Collapse all v0 v0.9.5 Mar 13, 2015 v0.9.1 Mar 6, 2015 Changes in this version + type PublishedStorage struct + func NewPublishedStorage(username string, password string, authURL string, tenant string, ...) (*PublishedStorage, error) + func (storage *PublishedStorage) Filelist(prefix string) ([]string, error) + func (storage *PublishedStorage) LinkFromPool(publishedDirectory string, sourcePool aptly.PackagePool, ...) error + func (storage *PublishedStorage) MkDir(path string) error + func (storage *PublishedStorage) PutFile(path string, sourceFilename string) error + func (storage *PublishedStorage) Remove(path string) error + func (storage *PublishedStorage) RemoveDirs(path string, progress aptly.Progress) error + func (storage *PublishedStorage) RenameFile(oldName, newName string) error + func (storage *PublishedStorage) String() string