Change-Id: Ic16bbbb50bd82b0d6b747f05f2fd0c409d2fcf1d
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Name string
// Created is the Job creation time in UTC.
Created time.Time
- // Updated is the time of latest Job status modification.
+ // Updated is the time of latest Jobs' status modification.
Updated time.Time
// Status specifies current state of the Job.
Status JobStatus
Info string
}
-// JobManager interface defines API for actions that can be called on Weles Jobs
+// JobManager interface defines API for actions that can be called on Weles' Jobs
// by external modules. These methods are intended to be used by HTTP server.
type JobManager interface {
// CreateJob creates a new Job in Weles using recipe passed in YAML format.