Documentation ¶
Overview ¶
Package people handles scene persons, their names, aliases and roles.
Index ¶
- Variables
- func Cronjob(db *sql.DB, w io.Writer, directory string, force bool) error
- func DataList(db *sql.DB, w io.Writer, dest string, f Flags) error
- func Filters() []string
- func Fix(db *sql.DB, w io.Writer) error
- func HTML(db *sql.DB, w io.Writer, dest string, f Flags) error
- func Print(db *sql.DB, w io.Writer, f Flags) error
- func Roles() string
- func Tags() []string
- type Flags
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCronDir = errors.New("cronjob directory does not exist") ErrHTMLDir = errors.New("the directory.html setting is empty") )
Functions ¶
func Cronjob ¶ added in v1.6.0
Cronjob is used for system automation to generate dynamic HTML pages.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
person
Package person contains the shared Person object for individual people.
|
Package person contains the shared Person object for individual people. |
role
Package role handles the job or activity a person was credited with.
|
Package role handles the job or activity a person was credited with. |
Click to show internal directories.
Click to hide internal directories.