View Source Inngest.Function.Handler (Inngest v0.1.9)

A struct that keeps info about function, and handles the invoking of steps

Summary

Functions

Handles the invoking of steps and runs from the executor

Types

@type t() :: %Inngest.Function.Handler{
  file: binary(),
  mod: module(),
  steps: [Inngest.Function.Step.t()]
}

Functions

@spec invoke(t(), map()) :: {200 | 206 | 400 | 500, map()}

Handles the invoking of steps and runs from the executor