Module mongo_id_server

Behaviours: gen_server.

Function Index

request_id/0Fresh request id.
object_id/0Fresh object id.
start_link/0
handle_call/3

Function Details

request_id/0

request_id() -> pos_integer()

Fresh request id

object_id/0

object_id() -> bson:objectid()

Fresh object id

start_link/0

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

handle_call/3

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


Generated by EDoc