Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronController ¶
type CronController struct {
// contains filtered or unexported fields
}
func NewCronController ¶
func NewCronController(produceChan chan<- pushconfig.PushConfig) *CronController
func (*CronController) AddConfig ¶
func (c *CronController) AddConfig(crontab string, config pushconfig.PushConfig)
func (*CronController) InitConfig ¶
func (c *CronController) InitConfig()
func (*CronController) Stop ¶
func (c *CronController) Stop()
Click to show internal directories.
Click to hide internal directories.