exfile v0.1.2
Exfile.Processor
behaviour
A behaviour defining the API a Processor should adhere to.
Summary
Processes the file, returns {:ok, result} on success or {:error, reason} on failure
Types
file :: %Exfile.LocalFile{io: term, meta: term, path: term}
Callbacks
Processes the file, returns {:ok, result} on success or {:error, reason} on failure.