magic v0.3.3 Shotgun

The Shotgun is a IoC Helper. It provides function to found and execute moudles

Link to this section Summary

Functions

Find the modules that are mpelemented specific hehaviour

Link to this section Functions

Find the modules that are mpelemented specific hehaviour

Exmaple

iex> Shotgun.find(Mix.SCM)
[Hex.SCM, Mix.SCM.Path, Mix.SCM.Git]

iex> Shotgun.find(ABC)
[]