package
0.0.0-20250224130334-e8facaf67125
Repository: https://github.com/bitrise-steplib/steps-deploy-to-bitrise-io.git
Documentation: pkg.go.dev

# 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.