elixir-toy-service/elixir_toy_service/lib/toy_service.ex
drainpilled d4e1fb2136 init
2024-09-01 13:42:28 -04:00

10 lines
257 B
Elixir

defmodule ToyService do
@moduledoc """
ToyService 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