summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service.ex')
-rw-r--r--lib/matrix_app_service.ex9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/matrix_app_service.ex b/lib/matrix_app_service.ex
new file mode 100644
index 0000000..769a9f0
--- /dev/null
+++ b/lib/matrix_app_service.ex
@@ -0,0 +1,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