Current section
Files
Jump to
Current section
Files
lib/internet_mapper/result.ex
defmodule InternetMapper.Result do
use Memento.Table,
attributes: [:id, :timestamp, :ip, :dns, :hex_color],
type: :set
end