refactor: move gadb to hrp pkg

This commit is contained in:
debugtalk
2022-10-23 21:51:21 +08:00
parent 6e1348dc1e
commit 896f39c3f2
16 changed files with 1506 additions and 8 deletions

View File

@@ -11,11 +11,11 @@ import (
"strings"
"time"
"github.com/electricbubble/gadb"
"github.com/pkg/errors"
"github.com/rs/zerolog/log"
"github.com/httprunner/httprunner/v4/hrp/internal/code"
"github.com/httprunner/httprunner/v4/hrp/pkg/gadb"
)
var errDriverNotImplemented = errors.New("driver method not implemented")