Documentation ¶
Overview ¶
Package people deals with people, person names, aliases and their roles.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cronjob ¶ added in v1.6.0
Cronjob is used for system automation to generate dynamic HTML pages.
func Fix ¶
Fix any malformed group names found in the database.
Example ¶
package main import ( "log" "github.com/Defacto2/df2/pkg/people" ) func main() { const simulate = true if err := people.Fix(simulate); err != nil { log.Print(err) } }
Output: no people fixes needed
Types ¶
Click to show internal directories.
Click to hide internal directories.