Current section
Files
Jump to
Current section
Files
lib/ua_inspector/storage/database.ex
defmodule UAInspector.Storage.Database do
@moduledoc false
@doc """
Returns the database sources.
"""
@callback sources() :: [{binary, binary, binary}]
end