View Source Octopus.Call (octopus v0.4.6)

Implements the call/1 function for the generated modules. See Octopus.Definition.

Link to this section Summary

Link to this section Functions

@spec call(%Octopus.Call{
  args: term(),
  client_module: term(),
  helpers: term(),
  interface_configs: term(),
  state: term()
}) :: {:ok, map()} | {:error, any()}