Yggdrasil.Config.module_registry
You're seeing just the function
module_registry
, go back to Yggdrasil.Config module for more information.
Specs
module_registry(Skogsra.Env.namespace()) :: {:ok, atom()} | {:error, binary()}
Module registry.
iex> Yggdrasil.Config.module_registry!()
:"$yggdrasil_registry"
Calling Yggdrasil.Config.module_registry()
will ensure the following:
- Binding order: [:config]
- OS environment variable: ""
- Type: :atom
- Default: :"$yggdrasil_registry"
- Required: false
- Cached: true