Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronServer ¶
type CronServer struct {
// contains filtered or unexported fields
}
func NewCronServer ¶
func NewCronServer(routers []servers.Router, h interface{}) (*CronServer, error)
func (*CronServer) AddFunc ¶
func (c *CronServer) AddFunc() error
func (*CronServer) Restart ¶
func (c *CronServer) Restart()
func (*CronServer) ShutDown ¶
func (c *CronServer) ShutDown()
func (*CronServer) Start ¶
func (c *CronServer) Start() error
Click to show internal directories.
Click to hide internal directories.