fix some options
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -187,10 +187,3 @@ func Timeout(td time.Duration) Option {
|
||||
return Set(src, td, ".Timeout")
|
||||
}
|
||||
}
|
||||
|
||||
// ID sets the step ID
|
||||
func StepID(id string) Option {
|
||||
return func(src interface{}) error {
|
||||
return Set(src, id, ".ID")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user