UAInspector v0.19.0 UAInspector.Storage.Server behaviour View Source
Base behaviour for all storage processes.
Link to this section Summary
Link to this section Callbacks
Link to this callback
list()
View Source
list()
View Source
list() :: list()
list() :: list()
Returns all database entries as a list.
Link to this callback
start_link()
View Source
start_link()
View Source
start_link() :: GenServer.on_start()
start_link() :: GenServer.on_start()
Starts the database server.