View Source OctopusClientAgentKVStore (octopus_client_agent_k_v_store v0.1.0)

Simple key-value storage based on Agent.

Summary

Functions

@spec call(map(), map(), any()) :: {:ok, map()} | {:error, any()}
Link to this function

start(map1, map2, service_module)

View Source
@spec start(map(), map(), atom()) :: {:ok, map()} | {:error, :already_started}
@spec stop(map(), map(), any()) :: :ok | {:error, :not_found}