Skogsrå v2.0.3 Skogsra.Env View Source
This module defines a Skogsra
environment variable.
Link to this section Summary
Types
Application name.
Key.
List of keys that lead to the value of the variable.
Variable namespace.
Environment variable options.
Environment variable options
Skogsra environment variable.
Types.
Functions
Environment variable struct.
Whether the Skogsra
environment variable is cached or not.
Gets the default value for a Skogsra
environment variable.
Creates a new Skogsra
environment variable.
Gets the OS variable name for the Skogsra
environment variable.
Whether the Skogsra
environment variable is required or not.
Whether the Skogsra
environment variable should skip config or not.
Whether the Skogsra
environment variable should skip system or not.
Link to this section Types
Application name.
Key.
List of keys that lead to the value of the variable.
Variable namespace.
Environment variable options.
skip_system
- Skips loading the variable from the OS.skip_config
- Skips loading the variable from the config.os_env
- The name of the OS environment variable.type
- Type to cast the OS environment variable value.namespace
- Default namespace for the variable.default
- Default value.required
- Whether the variable is required or not.cached
- Whether the variable is cached or not.
Environment variable options:
Skogsra environment variable.
type()
View Sourcetype() :: :binary | :integer | :float | :boolean | :atom | :module | :unsafe_module | module()
Types.
Link to this section Functions
Environment variable struct.
Whether the Skogsra
environment variable is cached or not.
Gets the default value for a Skogsra
environment variable.
Creates a new Skogsra
environment variable.
Gets the OS variable name for the Skogsra
environment variable.
Whether the Skogsra
environment variable is required or not.
Whether the Skogsra
environment variable should skip config or not.
Whether the Skogsra
environment variable should skip system or not.
Gets the type of the Skogsra
environment variable.