Rujira.Events.Event (rujira_ex v0.0.1)

Copy Markdown View Source

Default event struct for unrecognized or not-yet-implemented events.

Summary

Types

t()

@type t() :: %Rujira.Events.Event{attributes: map(), type: String.t()}

Functions

new(type, attributes)

@spec new(String.t(), map()) :: t()