View Source Inngest.Event (Inngest v0.1.6)

Module representing an Inngest event.

Summary

Functions

Construct an Event struct from a map.

Types

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

Functions

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

Construct an Event struct from a map.