mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-21 04:22:30 +08:00
feat: merge install version
This commit is contained in:
@@ -2,6 +2,7 @@ package uixt
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"math"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -504,6 +505,8 @@ type Device interface {
|
||||
|
||||
StartPcap() error
|
||||
StopPcap() string
|
||||
|
||||
Install(app io.ReadSeeker, opts InstallOptions) error
|
||||
}
|
||||
|
||||
type ForegroundApp struct {
|
||||
|
||||
Reference in New Issue
Block a user