mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
docs: add docs for IStep
This commit is contained in:
@@ -47,6 +47,6 @@ type TStep struct {
|
||||
type IStep interface {
|
||||
Name() string
|
||||
Type() StepType
|
||||
ToStruct() *TStep
|
||||
Struct() *TStep
|
||||
Run(*SessionRunner) (*StepResult, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user