mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
refactor: split ai related logic to pkg/ai
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package option
|
||||
|
||||
import "github.com/httprunner/funplugin"
|
||||
import (
|
||||
"github.com/httprunner/funplugin"
|
||||
)
|
||||
|
||||
type DriverOptions struct {
|
||||
Capabilities Capabilities
|
||||
|
||||
Reference in New Issue
Block a user