View Source Runbox.ScenarioRelease.SlaveFunc (runbox v17.0.1)

Functions which are called on the scenario slave via RPC from the master node.

Summary

Functions

Returns all modules of the scenario app.

Returns list of scenarios in release.

Functions

Link to this function

release_info(modules \\ nil)

View Source
@spec release_info([module()] | nil) :: [Runbox.Scenario.t()]
@spec release_modules() :: [module()]

Returns all modules of the scenario app.

@spec scenarios() :: [scenario_id :: String.t()]

Returns list of scenarios in release.