Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitJobMgr ¶
func InitJobMgr() (err error)
func InitLogMgr ¶
func InitLogMgr() (err error)
Types ¶
type ApiServer ¶
type ApiServer struct {
// contains filtered or unexported fields
}
Job http service
type JobManager ¶
type JobManager struct {
// contains filtered or unexported fields
}
func (*JobManager) DeleteJob ¶
func (jobMgr *JobManager) DeleteJob(name string) (oldJob *common.Job, err error)
func (*JobManager) KillJob ¶
func (jobMgr *JobManager) KillJob(jobName string) (err error)
Click to show internal directories.
Click to hide internal directories.