feat: support creating and calling custom functions with go plugin

This commit is contained in:
debugtalk
2021-12-28 21:14:15 +08:00
parent 6c1caf2f11
commit b573210644
9 changed files with 274 additions and 68 deletions

View File

@@ -146,6 +146,7 @@ func (path *TestCasePath) ToTestCase() (*TestCase, error) {
if err != nil {
return nil, err
}
tc.Config.Path = path.Path
testcase, err := tc.ToTestCase()
if err != nil {
return nil, err