couch_config
Functions
code_change(OldVsn, State, Extra) -> term()
delete(Section, Key) -> term()
delete(Section, Key, Persist) -> 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()
parse_ini_file(IniFile) -> term()
register(Fun, Pid) -> term()
set(Section, Key, Value) -> term()
set(Section, Key, Value, Persist) -> term()
start_link(IniFiles) -> term()
terminate(Reason, State) -> term()