Documentation ¶
Overview ¶
Package user allows user account lookups by name or id.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnknownUserError ¶
type UnknownUserError string
UnknownUserError is returned by Lookup when a user cannot be found.
func (UnknownUserError) String ¶
func (e UnknownUserError) String() string
type UnknownUserIdError ¶
type UnknownUserIdError int
UnknownUserIdError is returned by LookupId when a user cannot be found.
func (UnknownUserIdError) String ¶
func (e UnknownUserIdError) String() string
Click to show internal directories.
Click to hide internal directories.