Documentation
¶
Overview ¶
Package people deals with people, person names, aliases and their roles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFilter = errors.New("invalid filter used") ErrRole = errors.New("unknown role") )
Functions ¶
Types ¶
type Person ¶
type Person struct {
// ID used in URLs to link to the person.
ID string
// Nick of the person.
Nick string
// Inject a HR element to separate a collection of groups.
Hr bool
}
Person data.
type Request ¶
type Request struct {
// Filter people by category.
Filter string
// Counts the person's total files.
Counts bool
// Progress counter when requesting database data.
Progress bool
}
Request flags for people functions.
Click to show internal directories.
Click to hide internal directories.