Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrSkip = ctxd.SentinelError("unsupported file skipped")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor(deps ProcessorDeps) *Processor
func (*Processor) AddDirectory ¶
type ProcessorDeps ¶
type ProcessorDeps interface { StatsTracker() stats.Tracker CtxdLogger() ctxd.Logger PhotoAlbumFinder() uniq.Finder[photo.Album] PhotoAlbumEnsurer() uniq.Ensurer[photo.Album] PhotoAlbumImageAdder() photo.AlbumImageAdder PhotoImageEnsurer() uniq.Ensurer[photo.Image] PhotoImageIndexer() photo.ImageIndexer PhotoGpxEnsurer() uniq.Ensurer[photo.Gpx] DepCache() *dep.Cache }
Click to show internal directories.
Click to hide internal directories.