Packages
servicex_matching
0.0.1
This library is a summary of the functions that are generally required for Matching Web service development.
Current section
Files
Jump to
Current section
Files
lib/servicex_matching.ex
defmodule ServicexMatching do
@moduledoc """
ServicexMatching keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end