serum v0.13.0 Serum.GlobalBindings

Provides an interface to an Agent which stores site-wide template variable bindings.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Link to this function

as_keyword()
as_keyword() :: keyword()

Link to this function

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

get(key)
get(atom()) :: term()

Link to this function

load(map)
load(map()) :: :ok

Link to this function

put(key, value)
put(atom(), term()) :: :ok

Link to this function

start_link(args)