modglobal v0.2.3 Modglobal.Server behaviour View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this section Callbacks

Link to this callback delete(list) View Source
delete(module: module(), key: key()) :: value() | nil
Link to this callback get(list) View Source
get(module: module(), key: key(), default: value()) :: value()
Link to this callback has?(list) View Source
has?(module: module(), key: key()) :: boolean()
Link to this callback increment(list) View Source
increment(module: module(), key: key()) :: value()
Link to this callback set(list) View Source
set(module: module(), key: key(), value: value()) :: nil