Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + type AdapterFs struct + func (fs *AdapterFs) Capabilities() billy.Capability + func (fs *AdapterFs) Create(filename string) (billy.File, error) + func (fs *AdapterFs) Join(elem ...string) string + func (fs *AdapterFs) Lstat(filename string) (os.FileInfo, error) + func (fs *AdapterFs) MkdirAll(path string, perm os.FileMode) error + func (fs *AdapterFs) Open(filename string) (billy.File, error) + func (fs *AdapterFs) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) + func (fs *AdapterFs) ReadDir(path string) ([]os.FileInfo, error) + func (fs *AdapterFs) Readlink(link string) (string, error) + func (fs *AdapterFs) Remove(filename string) error + func (fs *AdapterFs) RemoveAll(path string) error + func (fs *AdapterFs) Rename(from, to string) error + func (fs *AdapterFs) Stat(filename string) (os.FileInfo, error) + func (fs *AdapterFs) Symlink(target, link string) error + func (fs *AdapterFs) TempFile(dir, prefix string) (billy.File, error) + type Config struct + Images *ImagesConfig + PB *PBConfig + TV *TVConfig + type ImagesConfig struct + Names []string + TargetFilePath string + type Manager struct + func NewManager(cfg *Config) *Manager + func (m *Manager) Run() error + type PBConfig struct + SourceRepo string + TargetDirPath string + type TVConfig struct + SourceRepo string + TargetDirPath string