mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: move httpstat from hrp internal to pkg
This commit is contained in:
@@ -468,7 +468,6 @@ type BySelector struct {
|
|||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Id string `json:"id"`
|
Id string `json:"id"`
|
||||||
AccessibilityId string `json:"accessibility id"`
|
AccessibilityId string `json:"accessibility id"`
|
||||||
// isSearchByIdentifier
|
|
||||||
|
|
||||||
// partialSearch
|
// partialSearch
|
||||||
LinkText ElementAttribute `json:"link text"`
|
LinkText ElementAttribute `json:"link text"`
|
||||||
|
|||||||
+1
-1
@@ -21,8 +21,8 @@ import (
|
|||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
|
|
||||||
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
|
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
|
||||||
"github.com/httprunner/httprunner/v4/hrp/internal/httpstat"
|
|
||||||
"github.com/httprunner/httprunner/v4/hrp/internal/json"
|
"github.com/httprunner/httprunner/v4/hrp/internal/json"
|
||||||
|
"github.com/httprunner/httprunner/v4/hrp/pkg/httpstat"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HTTPMethod string
|
type HTTPMethod string
|
||||||
|
|||||||
Reference in New Issue
Block a user