dynamic.json 778 B

1234567891011121314151617181920212223242526
  1. {
  2. "about": {
  3. "author": {
  4. "name": "EMQ",
  5. "email": "contact@emqx.io",
  6. "company": "EMQ Technologies Co., Ltd",
  7. "website": "https://www.emqx.io"
  8. },
  9. "helpUrl": {
  10. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/plugins/functions/functions.md",
  11. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/plugins/functions/functions.md"
  12. },
  13. "description": {
  14. "en_US": "Sample external services to add dynamically, for test only",
  15. "zh_CN": "示例外部函数配置,用于动态载入,仅供测试"
  16. }
  17. },
  18. "interfaces": {
  19. "tsrpc": {
  20. "address": "tcp://localhost:60051",
  21. "protocol": "grpc",
  22. "schemaType": "protobuf",
  23. "schemaFile": "hw2.proto"
  24. }
  25. }
  26. }