Dogmatix.event

You're seeing just the function event, go back to Dogmatix module for more information.
Link to this function

event(name, event, opts \\ [])

View Source

Sends the provided event.

Examples

iex> Dogmatix.event("my_dogmatix", %Dogmatix.Event{title: "An error occurred", text: "Error message"})
:ok