funcMeta.go 336 B

12345678910111213141516171819202122232425
  1. package plugins
  2. import (
  3. "encoding/json"
  4. "fmt"
  5. "github.com/emqx/kuiper/common"
  6. "io/ioutil"
  7. "path"
  8. "reflect"
  9. "strings"
  10. )
  11. {
  12. "name": "path",
  13. "control": "text",
  14. "eximple": "text",
  15. "type": "string",
  16. "hint": {
  17. "en_US": "The file path for saving the result",
  18. "zh_CN": "保存结果的文件路径"
  19. }
  20. }