exfile v0.3.6 Exfile.Processor behaviour View Source
A behaviour defining the API a Processor should adhere to.
Link to this section Summary
Callbacks
Processes the file, returns {:ok, result} on success or {:error, reason} on failure
Link to this section Types
Link to this section Callbacks
Processes the file, returns {:ok, result} on success or {:error, reason} on failure.