View Source edb_gatekeeper (edb_core v0.4.0)

Summary

Types

id/0

-opaque id()

state/0

-type state() :: id().

Functions

handle_call(_, From, State)

-spec handle_call([], From, state()) -> {stop, normal, state()} when From :: gen_server:from().

handle_cast(_, State)

-spec handle_cast(term(), state()) -> {noreply, state()}.

init(Id)

-spec init(Id) -> {ok, state()} when Id :: id().

new()

-spec new() -> {ok, Id, CallGatekeeperCode} when Id :: id(), CallGatekeeperCode :: binary().