View Source Nerves.Artifact.Resolver behaviour (nerves v1.7.17)

Link to this section Summary

Link to this section Callbacks

@callback get(term()) :: {:ok, data :: String.t()} | {:error, term()}

Link to this section Functions

Link to this function

do_get(arg1, pkg, reason \\ nil)

View Source
@spec get(term(), pkg :: Nerves.Package.t()) ::
  {:ok, file :: String.t()} | {:error, term()}