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