Module binbo_app

Behaviours: application.

Data Types

state()

state() = #app_state{attack_mods = undefined | [module()], hash_mods = undefined | [module()]}

Function Index

start/2
stop/1

Function Details

start/2

start(Type::term(), Args::term()) -> {ok, pid(), state()}

stop/1

stop(App_state::state()) -> ok


Generated by EDoc