mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
6 lines
106 B
Go
6 lines
106 B
Go
package types
|
|
|
|
import "errors"
|
|
|
|
var ErrDriverNotImplemented = errors.New("driver method not implemented")
|