Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@codegen@plugin_Plugin.hrl
Raw

include/nori@codegen@plugin_Plugin.hrl

-record(plugin, {
name :: binary(),
generate :: fun((nori@codegen@ir:codegen_i_r(), nori@codegen@plugin:generator_config()) -> {ok,
list(nori@codegen@plugin:generated_file())} |
{error, binary()})
}).