hedwig_dad_joke v1.2.0 HedwigDadJoke.Config View Source

The home of the default configuration of HedwigDadJoke.

Link to this section Summary

Functions

Merge the pased in configuration with the defaults to create the Config struct

Link to this section Types

Link to this type

t() View Source
t() :: %HedwigDadJoke.Config{
  format: atom(),
  sources: [module()],
  user_agent: String.t()
}

Link to this section Functions

Link to this function

new(passed_in \\ %{}) View Source
new(map()) :: t()

Merge the pased in configuration with the defaults to create the Config struct.