Behaviours: gen_server.
add_schema/2 | |
get_schema/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/0 | |
terminate/2 |
add_schema(SchemaName::atom(), RawSchema::binary() | string()) -> ok | {error, term()}
get_schema(SchemaName::atom()) -> {ok, parthenon_schema:schema()} | {error, not_found}
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
start_link() -> {ok, pid()} | ignore | {error, term()}
terminate(Reason, State) -> any()
Generated by EDoc