curator v0.3.4 Curator.Config View Source
Working with configuration for guardian.
Link to this section Summary
Types
Configuration values can be given using the following types
Link to this section Types
Configuration values can be given using the following types:
{MyModule, :func, [:some, :args]}Calls the function on the module with args- any other value
Link to this section Functions
Resolves possible values from a configuration.
{m, f, a}- Calls functionfon modulemwith argumentsaand returns the result- value - Returns other values as is