Depot.Adapter behaviour (Depot v0.5.1) View Source
Behaviour for how Depot
adapters work.
Link to this section Summary
Link to this section Types
Link to this section Callbacks
Specs
Specs
Specs
Specs
Specs
Specs
Specs
delete_directory(config(), path(), directory_delete_opts()) :: :ok | {:error, term()}
Specs
Specs
Specs
Specs
Specs
read_stream(config(), path(), stream_opts()) :: {:ok, Enumerable.t()} | {:error, term()}
Specs
starts_processes() :: boolean()
Specs
Specs
write_stream(config(), path(), stream_opts()) :: {:ok, Collectable.t()} | {:error, term()}