View Source ExSni.Menu.BackupStore (ExSNI v0.2.9)

A GenServer that stores the menu for Menu.Server and allows Menu.Server to retrieve it on init/restart

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(opts, gen_opts \\ [])

View Source