View Source Octopus.Call (octopus v0.2.0)

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

Link to this section Summary

Link to this section Functions

Link to this function

call(client_module, args, interface_configs, state)

View Source
@spec call(atom(), map(), map(), any()) :: {:ok, map()} | {:error, any()}