Current section
Files
Jump to
Current section
Files
lib/mmdb2/model.ex
defmodule Geolix.Adapter.MMDB2.Model do
@moduledoc """
Behaviour for records/results.
"""
@doc """
Converts a dataset to a model.
"""
@callback from(data :: any, locale :: atom) :: nil | map
end