Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanHaveExif ¶
func CanHaveExif(item provider.StorageItem) bool
CanHaveExif determine if exif can be extracted for given pathname
Types ¶
type App ¶
type App interface {
Start(<-chan struct{})
HasExif(provider.StorageItem) bool
HasGeocode(provider.StorageItem) bool
GetAggregateFor(provider.StorageItem) (provider.Aggregate, error)
EventConsumer(provider.Event)
}
App of package
func New ¶
func New(config Config, storageApp provider.Storage, prometheusRegisterer prometheus.Registerer) App
New creates new App from Config
Click to show internal directories.
Click to hide internal directories.