greyhound v0.1.0 Greyhound.Event
Link to this section Summary
Functions
Returns a new event
Link to this section Types
Link to this type
t()
t() :: %Greyhound.Event{
id: binary(),
message: term(),
node: atom(),
occurred_at: NaiveDateTime.t(),
topic: binary()
}
Link to this section Functions
Returns a new event.