Current section

Files

Jump to
explorer lib explorer fss.ex
Raw

lib/explorer/fss.ex

defprotocol Explorer.FSS do
@moduledoc false
@doc """
Downloads a given entry to a path.
"""
@spec download(t(), path :: Path.t()) :: :ok | {:error, Exception.t()}
def download(entry, path)
end