Current section
Files
Jump to
Current section
Files
include/friendly_id_Generator.hrl
-record(generator, {
objects :: iv:array(binary()),
predicates :: iv:array(binary()),
generate :: fun((friendly_id:generator()) -> binary())
}).