View Source Inngest.Function.Input (Inngest v0.2.1)
Input provides the events, and step tools for an Inngest function
Summary
Types
@type t() :: %Inngest.Function.Input{ attempt: number(), event: Inngest.Event.t(), events: [Inngest.Event.t()], run_id: binary(), step: Inngest.StepTool }