flc1125 / go-cron

The cron library is a cron job library for Go. It is a fork of robfig/cron with some improvements.
https://github.com/flc1125/go-cron
MIT License
2 stars 0 forks source link

proposal(job): support the `Hook` function #24

Closed flc1125 closed 1 week ago

flc1125 commented 1 week ago

Event:

flc1125 commented 1 week ago

Middleware can freely implement Hook capabilities, which can be added without adding, avoiding architectural complexity.