# Functions
Basename returns trailing name component of path.
Exists reports whether the named file or directory exists.
GetEnv retrieves the value of the environment variable named by the key or fallback if not found.
GetSecret retrieves secret's value from plaintext or filename if defined.
Hash a string using SHA256
nolint:errcheck.
MatchString reports whether a string s contains any match of a regular expression.
NewDuration returns a duration pointer.
NewFalse returns a false bool pointer.
NewTrue returns a true bool pointer.