View Source Octopus.ElixirModuleClient (octopus v0.2.0)

A client for defining elixir modules in runtime.

Link to this section Summary

Link to this section Functions

Link to this function

call(args, configs, state)

View Source
@spec call(map(), map(), any()) :: {:ok, map()} | no_return()
@spec init(map(), map()) :: {:ok, String.t()} | no_return()