MCPcopy Create free account
hub / github.com/actiontech/dtle / NewJobStep

Function NewJobStep

driver/common/store.go:722–729  ·  view source on GitHub ↗
(stepName string)

Source from the content-addressed store, hash-verified

720}
721
722func 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}

Callers 2

buildJobListItemFunction · 0.92
buildKafkaJobListItemFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected