View Source parthenon_schema_server (parthenon v0.9.0)

Link to this section Summary

Link to this section Functions

Link to this function

add_schema(SchemaName, RawSchema)

View Source
-spec add_schema(SchemaName :: atom(), RawSchema :: binary() | string()) -> ok | {error, term()}.
-spec get_schema(SchemaName :: atom()) -> {ok, parthenon_schema:schema()} | {error, not_found}.
Link to this function

handle_call(_, From, State)

View Source
Link to this function

handle_info(Info, State)

View Source
-spec start_link() -> {ok, pid()} | ignore | {error, term()}.
Link to this function

terminate(Reason, State)

View Source