Pigeon v1.1.0-rc.0 Pigeon.ADM.Config View Source
Validates configuration settings that initialize ADM.Worker instances.
Link to this section Summary
Functions
Returns a new ADM.Config
with given opts
Returns whether a given config has valid credentials
Link to this section Types
Link to this section Functions
Returns a new ADM.Config
with given opts
.
Examples
iex> Pigeon.ADM.Config.new(
...> name: :test,
...> client_id: "amzn.client.id",
...> client_secret: "1234secret"
...> )
%Pigeon.ADM.Config{name: :test, client_id: "amzn.client.id",
client_secret: "1234secret"}