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 country.ex
Raw

lib/country.ex

defmodule Ports.Country do
@moduledoc """
Country struct.
"""
defstruct [
:code,
:name
]
end