mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +08:00
refactor: rename to hrp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package httpboomer
|
||||
package hrp
|
||||
|
||||
type EnumHTTPMethod string
|
||||
|
||||
@@ -43,6 +43,7 @@ type TValidator struct {
|
||||
|
||||
type TStep struct {
|
||||
Name string `json:"name" yaml:"name"`
|
||||
Transaction string `json:"transaction,omitempty" yaml:"transaction,omitempty"`
|
||||
Request *TRequest `json:"request,omitempty" yaml:"request,omitempty"`
|
||||
TestCase *TestCase `json:"testcase,omitempty" yaml:"testcase,omitempty"`
|
||||
Variables map[string]interface{} `json:"variables,omitempty" yaml:"variables,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user