revert.json 502 B

1234567891011121314151617181920212223
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "description": {
  11. "en_US": "Example python plugin to revert the input string",
  12. "zh_CN": "示例python插件,用于反转输入的字符串"
  13. }
  14. },
  15. "functions": [{
  16. "name": "revert",
  17. "example": "revert(col1)",
  18. "hint": {
  19. "en_US": "Revert the input string",
  20. "zh_CN": "输出反转参数值。"
  21. }
  22. }]
  23. }