Module leptus_config

Behaviours: gen_server.

Function Index

code_change/3
config_file/1
handle_call/3
handle_cast/2
handle_info/2
init/1
lookup/1
lookup/2
set/2
start/0
start_link/0
stop/0
terminate/2

Function Details

code_change/3

code_change(OldVsn, Tab, Extra) -> any()

config_file/1

config_file(App) -> any()

handle_call/3

handle_call(Msg, From, Tab) -> any()

handle_cast/2

handle_cast(Msg, Tab) -> any()

handle_info/2

handle_info(Msg, Tab) -> any()

init/1

init(X1) -> any()

lookup/1

lookup(Key::any()) -> any() | undefined

lookup/2

lookup(Key::any(), Default) -> any() | Default

set/2

set(Key::any(), Value::any()) -> ok

start/0

start() -> {ok, pid()} | {error, any()}

start_link/0

start_link() -> {ok, pid()} | {error, any()}

stop/0

stop() -> ok

terminate/2

terminate(X1, Tab) -> any()


Generated by EDoc