()
| 41 | } |
| 42 | |
| 43 | func (e *geocodingExtractor) Exts() []string { |
| 44 | return exifExts |
| 45 | } |
| 46 | |
| 47 | func (e *geocodingExtractor) Extract(ctx context.Context, ext string, source entitysource.EntitySource, opts ...optionFunc) ([]driver.MediaMeta, error) { |
| 48 | option := &option{} |
nothing calls this directly
no outgoing calls
no test coverage detected