Packages

Ports is a collection of United Nations Code for Trade and Transport Locations or known as "UN/LOCODE".

Current section

Files

Jump to
ports lib port.ex
Raw

lib/port.ex

defmodule Ports.Port do
@moduledoc """
Port struct.
"""
defstruct [
:country,
:location,
:name,
:subdivision,
:status,
:function,
:date,
:iata,
:coordinates
]
end