summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/transaction.ex
blob: a6ff750bfa558a3e093d41c8536a418b600e2331 (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