magic v0.3.3 Shotgun
The Shotgun
is a IoC Helper. It provides function to found and execute moudles
Link to this section Summary
Link to this section Functions
Link to this function
find(name)
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)
[]
Link to this function
start_link()