cronsun/node/job.go

8 lines
96 B
Go
Raw Normal View History

package node
import (
2017-05-09 10:27:32 +00:00
"github.com/shunfei/cronsun/models"
)
type Jobs map[string]*models.Job