Module config

Behaviours: gen_server.

Function Index

get/1
handle_call/3
handle_cast/2
init/1
start/0
start_link/0

Function Details

get/1

get(Key) -> Value | Error

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(X1, State) -> any()

init/1

init(State) -> any()

start/0

start() -> {atom(), pid()}

start_link/0

start_link() -> {atom(), pid()}


Generated by EDoc