Documentation ¶
Overview ¶
Package person contains the shared Person object for individual people.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFilter = errors.New("invalid filter used")
Functions ¶
This section is empty.
Types ¶
type Person ¶
type Person struct { ID string // ID used in URLs to link to the person. Nick string // Nick of the person. HR bool // Inject a HR element to separate a collection of groups. }
Person represent people who are listed as authors on the website.
Click to show internal directories.
Click to hide internal directories.