Current section

Files

Jump to
membrane_core lib membrane testing notification.ex
Raw

lib/membrane/testing/notification.ex

defmodule Membrane.Testing.Notification do
@moduledoc false
# Notification sent internally by `Membrane.Testing.Pipeline`
@enforce_keys [:payload]
defstruct @enforce_keys
end