# Constants

DefaultGroupsLocation the default location of the group file.
DefaultPasswdLocation the default location of the passwd file.
GroupFileRegex Regex that is used to parse the /etc/passwd file.
MountRegex Regex used to parse the output of the `mount` command.
MountTimeout The timeout before the `mount` command should be canceled.
PasswdFileRegex Regex that is used to parse the /etc/passwd file.

# Variables

DefaultHostsLocation Default path to the hosts file.
Entry
Entry matches a hosts file entry.
GroupParser A Parser for the /etc/passwd file.
MountParser A Parser for the /etc/passwd file.
PasswdParser A Parser for the /etc/passwd file.

# Structs

GroupsSource struct on which all methods are registered.
HostsSource struct on which all methods are registered.
MountsSource struct on which all methods are registered.
UsersSource struct on which all methods are registered.