@ -10,8 +10,8 @@ const (
)
type Step struct {
Name string `faker:"name"`
Type StepType `faker:"-"`
Name string `json:"name" faker:"name"`
Type StepType `json:"type" faker:"-"`
}
func (s Step) Translate() (IExecutableStep, error) {