Packages

Generate Gleam modules based on static assets and environment variables.

Current section

Files

Jump to
embeds include embeds@files_Source.hrl
Raw

include/embeds@files_Source.hrl

-record(source, {
src :: binary(),
module :: binary(),
flatten :: embeds@files:flatten(),
max_depth :: gleam@option:option(integer()),
filter :: fun((boolean(), binary()) -> boolean())
}).