# Functions
NewFilePathProcessor returns a structure which implements the FilePathProcessor interface.
NewFileRedactor returns a structure that implements the FileRedactor interface.
# Interfaces
FilePathProcessor is an interface for an entity which accepts file paths separated by the newline (`\n`) character and returns a slice of absolute paths.
FileRedactor is an interface for a structure which, given a slice of file paths and another slice of secrets can process the specified files to redact secrets from them.