View Source Inngest.Event (Inngest v0.1.8)

Module representing an Inngest event.

Summary

Functions

Construct an Event struct from a map.

Types

@type t() :: %Inngest.Event{
  data: any(),
  datetime: DateTime.t() | nil,
  id: binary() | nil,
  name: binary(),
  ts: number() | nil,
  user: map() | nil,
  v: binary() | nil
}

Functions

@spec from(map()) :: t()

Construct an Event struct from a map.