Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JobModule = gim.Module{
Name: "JobModule",
Providers: []interface{}{newJobService},
Exports: []interface{}{newJobService},
}
Functions ¶
This section is empty.
Types ¶
type JobService ¶
type JobService struct {
// contains filtered or unexported fields
}
func (*JobService) Cron ¶
func (svc *JobService) Cron(c string, fn func())
Click to show internal directories.
Click to hide internal directories.