Current section
Files
Jump to
Current section
Files
lib/adapter/storage.ex
defmodule Apartmentex.Adapter.Storage do
@moduledoc """
Specifies the adapter storage API.
"""
use Behaviour
end