couch_config

Functions


all() -> term()

code_change(OldVsn, State, Extra) -> term()

delete(Section, Key) -> term()

delete(Section, Key, Persist) -> term()

get(Section) -> term()

get(Section, Key) -> term()

get(Section, Key, Default) -> term()

handle_call(X1, From, Config) -> term()

handle_cast(Msg, State) -> term()

handle_info(X1, Config) -> term()

init(IniFiles) -> term()

parse_ini_file(IniFile) -> term()

register(Fun) -> term()

register(Fun, Pid) -> term()

set(Section, Key, Value) -> term()

set(Section, Key, Value, Persist) -> term()

start_link(IniFiles) -> term()

stop() -> term()

terminate(Reason, State) -> term()

View Functions