View Source Octopus (octopus v0.2.0)

Top-level module Octopus interface.

Link to this section Summary

Link to this section Functions

Link to this function

call(service_name, function_name, args)

View Source
@spec call(String.t(), String.t(), map()) :: {:ok, map()} | no_return()
@spec define(map()) :: {:ok, String.t()} | no_return()
@spec define(String.t()) :: {:ok, String.t()} | no_return()
Link to this function

init(service_name, args \\ %{})

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