Atex.IdentityResolver.Handle (atex v0.3.0)

View Source

Summary

Types

strategy()

@type strategy() :: :dns_first | :http_first | :race | :both

Functions

resolve(handle, strategy)

@spec resolve(String.t(), strategy()) ::
  {:ok, String.t()} | :error | {:error, :ambiguous_handle}