mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-21 04:22:30 +08:00
refactor: move shoots driver to driver_ext
This commit is contained in:
5
pkg/uixt/types/driver.go
Normal file
5
pkg/uixt/types/driver.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package types
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrDriverNotImplemented = errors.New("driver method not implemented")
|
||||
Reference in New Issue
Block a user