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

lib/function.ex

defmodule Ports.Function do
@moduledoc """
Function struct.
"""
defstruct [
:code,
:description
]
end