Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FolderDefinition ¶
type JobDatabase ¶
type JobDatabase struct {
// contains filtered or unexported fields
}
func GetInstance ¶
func GetInstance() *JobDatabase
func (*JobDatabase) ListJobs ¶
func (jdb *JobDatabase) ListJobs(jobPath string) []*Job
func (*JobDatabase) LoadJobs ¶
func (jdb *JobDatabase) LoadJobs() ([]*Job, error)
type JobDefinition ¶
type WorkflowDefinition ¶
type WorkflowDefinition struct { XMLName xml.Name `xml:"flow-definition"` Description string `xml:"description"` JobDefinition JobDefinition `xml:"definition"` Disabled bool `xml:"disabled"` }
Click to show internal directories.
Click to hide internal directories.