fix some options
Some checks failed
lint / lint (pull_request) Failing after 1m29s
pr / test (pull_request) Failing after 2m39s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-15 07:55:26 +03:00
parent fdd1589122
commit bc55c2fa6f
3 changed files with 8 additions and 8 deletions

View File

@@ -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")
}
}