Skip to content

Commit

Permalink
add module docs for context and input
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 27, 2023
1 parent 5b45eef commit 5e7b170
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/inngest/function/input.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule Inngest.Function.Input do
@moduledoc false
@moduledoc """
Input provides the events, and step tools for an Inngest function
"""

defstruct [
:event,
Expand All @@ -20,7 +22,9 @@ defmodule Inngest.Function.Input do
end

defmodule Inngest.Function.Context do
@moduledoc false
@moduledoc """
Context to be passed to steps in functions.
"""

defstruct [
:attempt,
Expand Down

0 comments on commit 5e7b170

Please sign in to comment.