change: upgrade funplugin to v0.3.0

This commit is contained in:
debugtalk
2022-03-17 16:53:54 +08:00
parent fd87316740
commit 59f60d94a9
18 changed files with 6666 additions and 32 deletions

View File

@@ -12,8 +12,8 @@ import (
"github.com/pkg/errors"
"github.com/rs/zerolog/log"
funcPlugin "github.com/httprunner/func-plugin"
"github.com/httprunner/func-plugin/shared"
"github.com/httprunner/funplugin"
"github.com/httprunner/funplugin/shared"
"github.com/httprunner/hrp/internal/builtin"
)
@@ -22,7 +22,7 @@ func newParser() *parser {
}
type parser struct {
plugin funcPlugin.IPlugin // plugin is used to call functions
plugin funplugin.IPlugin // plugin is used to call functions
}
func buildURL(baseURL, stepURL string) string {