Documentation ¶ Index ¶ type Syncer func NewSyncer(logger *slog.Logger, fs afero.Fs, s3 *s3manager.Downloader, config *api.Config, ...) (*Syncer, error) func (s *Syncer) Sync(rootPath string, entitiesToSync api.CacheEntities) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Syncer ¶ type Syncer struct { // contains filtered or unexported fields } func NewSyncer ¶ func NewSyncer(logger *slog.Logger, fs afero.Fs, s3 *s3manager.Downloader, config *api.Config, collector *metrics.ImageCollector, stop context.Context) (*Syncer, error) func (*Syncer) Sync ¶ func (s *Syncer) Sync(rootPath string, entitiesToSync api.CacheEntities) error Source Files ¶ View all Source files syncer.go Click to show internal directories. Click to hide internal directories.