Current section

Files

Jump to
spawn_sdk lib context.ex
Raw

lib/context.ex

defmodule SpawnSdk.Context do
defstruct state: nil
@type t :: %__MODULE__{
state: module()
}
end