# Functions
IDsFromEtc returns a new UID/GID resolver by parsing etc/passwd, and etc/group relative from the given rootPath looking for the given username, or group.
IDsFromStat returns a new UID/GID resolver deriving the UID/GID from file attributes and unshifts the UID/GID if the given range is not nil.
No description provided by the author
NumericIDs returns a resolver that will resolve constant UID/GID values.
ShiftFiles shifts filesToshift by the amounts specified in uidRange.
# Constants
No description provided by the author
# Interfaces
Resolver defines the interface for resolving a UID/GID.