View Source Kraken.Routes (kraken v0.3.3)

Link to this section Summary

Link to this section Functions

@spec all() :: {:ok, map()} | {:error, any()}
@spec define(String.t()) :: {:ok, Kraken.RoutingTable} | {:error, any()}
@spec define(map()) :: {:ok, Kraken.RoutingTable} | {:error, any()}
@spec delete() :: :ok