(stepName string)
| 720 | } |
| 721 | |
| 722 | func NewJobStep(stepName string) JobStep { |
| 723 | return JobStep{ |
| 724 | StepName: stepName, |
| 725 | StepStatus: "start", |
| 726 | StepSchedule: 0, |
| 727 | JobCreateTime: time.Now().In(time.Local).Format(time.RFC3339), |
| 728 | } |
| 729 | } |
no outgoing calls
no test coverage detected