View Source foodog (foodog v0.2.1)

Summary

Functions

-spec generate(map()) -> {ok, binary()} | {error, any()}.
Link to this function

generate(Payload0, Options)

View Source
-spec generate(map(), map()) -> {ok, binary()} | {error, any()}.
-spec verify(binary()) -> {ok, map()} | {error, any()}.
-spec verify(binary(), map()) -> {ok, map()} | {error, any()}.