Versions in this module Expand all Collapse all v1 v1.6.3 Jun 24, 2026 Changes in this version + type PublishedStorage struct + func NewPublishedStorage(...) (*PublishedStorage, error) + func (g *PublishedStorage) FileExists(path string) (bool, error) + func (g *PublishedStorage) Filelist(prefix string) ([]string, error) + func (g *PublishedStorage) HardLink(src string, dst string) error + func (g *PublishedStorage) LinkFromPool(publishedPrefix, publishedRelPath, fileName string, ...) error + func (g *PublishedStorage) MkDir(_ string) error + func (g *PublishedStorage) PutFile(path string, sourceFilename string) error + func (g *PublishedStorage) ReadLink(path string) (string, error) + func (g *PublishedStorage) Remove(path string) error + func (g *PublishedStorage) RemoveDirs(path string, _ aptly.Progress) error + func (g *PublishedStorage) RenameFile(oldName, newName string) error + func (g *PublishedStorage) String() string + func (g *PublishedStorage) SymLink(src string, dst string) error