mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
feat: 优化ext getDriver和GetDevice策略
This commit is contained in:
@@ -29,6 +29,7 @@ type RouterBaseMethod struct {
|
||||
|
||||
type IRouterBaseMethod interface {
|
||||
GetDriver(c *gin.Context) (driver uixt.IXTDriver, err error)
|
||||
GetDevice(c *gin.Context) (driver uixt.IDevice, err error)
|
||||
}
|
||||
|
||||
func (r *Router) Init() {
|
||||
|
||||
Reference in New Issue
Block a user