refactor: runStep

This commit is contained in:
debugtalk
2021-09-22 21:25:28 +08:00
parent 3f3b965b47
commit 55c8aef53f
7 changed files with 50 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ type TStep struct {
type IStep interface {
Name() string
Type() string
Run(config *TConfig) error
ToStruct() *TStep
}
type TestCase struct {