Current section
Files
Jump to
Current section
Files
include/polly_Options.hrl
-record(options, {
interval :: integer(),
paths :: list(binary()),
max_depth :: integer(),
filter :: fun((simplifile:file_type(), binary()) -> boolean()),
ignore_initial_missing :: boolean(),
callbacks :: list(fun((polly:event()) -> nil))
}).