Documentation ¶
Index ¶
Constants ¶
View Source
const ID = `collector`
Variables ¶
View Source
var Module = module.Module{ TemplatePath: map[string]string{ ID: `collector/template/backend`, }, AssetsPath: []string{}, SQLCollection: setup.RegisterSQL, Navigate: RegisterNavigate, Route: handler.RegisterRoute, CronJobs: []*cron.Jobx{ { Name: `collect_page`, RunnerGetter: handler.CollectPageJob, Example: `>collect_page:1`, Description: `网页采集`, }, }, DBSchemaVer: 0.0000, }
Functions ¶
func RegisterNavigate ¶
func RegisterNavigate(nc *navigate.Collection)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.