Documentation ¶
Overview ¶
Package group allows group lookups by name or id.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
Group represents a group
On posix systems Gid contains a decimal number representing gid. On windows Gid contain security identifier (SID) in a string format. On Plan 9, Gid, and Name will be the contents of /dev/group.
type UnknownGroupError ¶
type UnknownGroupError string
UnknownGroupError is returned by Lookup when a group cannot be found
func (UnknownGroupError) Error ¶
func (e UnknownGroupError) Error() string
type UnknownGroupIdError ¶
type UnknownGroupIdError int
UnknownGroupIdError is returned by LookupId when a group cannot be found.
func (UnknownGroupIdError) Error ¶
func (e UnknownGroupIdError) Error() string
Click to show internal directories.
Click to hide internal directories.