API Reference eturnal v1.8.3
modules
Modules
An eturnal module adds functionality to the eturnal server. It is to be named mod_foo
, where foo
describes the added functionality. The module may export start/0
, stop/0
, handle_event/2
, and options/0
functions.