EMqmyd 4 years atrás
parent
commit
09499c41a8
1 changed files with 25 additions and 0 deletions
  1. 25 0
      plugins/funcMeta.go

+ 25 - 0
plugins/funcMeta.go

@@ -0,0 +1,25 @@
+package plugins
+import (
+	"encoding/json"
+	"fmt"
+	"github.com/emqx/kuiper/common"
+	"io/ioutil"
+	"path"
+	"reflect"
+	"strings"
+)
+
+
+
+
+
+{
+   "name": "path",
+   "control": "text",
+   "eximple": "text",
+   "type": "string",
+   "hint": {
+     "en_US": "The file path for saving the result",
+     "zh_CN": "保存结果的文件路径"
+   }
+ }