summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/transaction.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/adapter/transaction.ex')
-rw-r--r--lib/matrix_app_service/adapter/transaction.ex10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/matrix_app_service/adapter/transaction.ex b/lib/matrix_app_service/adapter/transaction.ex
new file mode 100644
index 0000000..1845536
--- /dev/null
+++ b/lib/matrix_app_service/adapter/transaction.ex
@@ -0,0 +1,10 @@
+defmodule MatrixAppService.Adapter.Transaction do
+ @moduledoc """
+
+ """
+
+ @doc """
+
+ """
+ @callback new_event(MatrixAppService.Event.t()) :: any()
+end