View Source Inngest.Function.Handler (Inngest v0.1.8)
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
Handles the invoking of steps and runs from the executor