Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
func DedupGroups ¶
`DedupGroups()` returns a list without duplicate groups. It returns an error if the input contains conflicting duplicates.
func Groups ¶
`Groups()` returns a list of Unix groups as reported by `getent`. The list may contain duplicates, even conflicting ones.
func SelectGroups ¶
`SelectGroups()` selects `groups` whose names begin with any of the `prefixes`.
type GroupConflictError ¶
func (*GroupConflictError) Error ¶
func (err *GroupConflictError) Error() string
type ParseError ¶
func (*ParseError) Error ¶
func (err *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.