summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/transaction.ex
blob: 1845536f9899cd8482e503e7a7e4d27be75c020e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
defmodule MatrixAppService.Adapter.Transaction do
  @moduledoc """
   
  """

  @doc """
  
  """
  @callback new_event(MatrixAppService.Event.t()) :: any()
end