Yggdrasil.Config.publisher_options-exclamation-mark
You're seeing just the function
publisher_options-exclamation-mark
, go back to Yggdrasil.Config module for more information.
Specs
publisher_options!(Skogsra.Env.namespace()) :: any() | no_return()
Yggdrasil publisher options. These options are for :poolboy
.
iex> Yggdrasil.Config.publisher_options!()
[size: 1, max_overflow: 5]
Bang version of Yggdrasil.Config.publisher_options/0
(fails on error). Optionally,
receives the namespace
for the variable.