summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service.ex
blob: 769a9f0098d0c9cd86c7631a8bad1b9c5ffa7410 (plain) (blame)
1
2
3
4
5
6
7
8
9
defmodule MatrixAppService do
  @moduledoc """
  MatrixAppService 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