Atex.IdentityResolver (atex v0.3.0)

View Source

Summary

Types

options()

@type options() :: {:skip_cache, boolean()}

Functions

resolve(identifier, opts \\ [])

@spec resolve(String.t(), [options()]) ::
  {:ok, Atex.IdentityResolver.Identity.t()} | {:error, any()}