Module lager_mongo

Copyright © (C) 2012, id3as Ltd Created : 2 Jan 2012 by Adrian <adrian@id3as.co.uk> -------------------------------------------------------------------

Behaviours: gen_event.

Authors: Adrian (adrian@adrianUbuntu).

Function Index

code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2
test_/0
update_params/1

Function Details

code_change/3

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

handle_call/2

handle_call(X1, State) -> any()

handle_event/2

handle_event(X, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(Params) -> any()

terminate/2

terminate(Reason, State) -> any()

test_/0

test_() -> any()

update_params/1

update_params(Params) -> any()


Generated by EDoc