1696228062 commented on issue #98:
URL: 
https://github.com/apache/apisix-go-plugin-runner/issues/98#issuecomment-1202342777

   我在apisix新增了一个自定义的go插件, 
我希望这个插件能提供一个对内的api,从而让我的内部脚本可以通过http请求的方式调用,来触发插件内的一些缓存更新的逻辑。
   比如,  我的go plugin内有一个全局变量 a int 缓存了一个值为 1
   我期望,我能在go plugin内开一个接口,  当此接口被调用,go plugin内的全局变量a 的值变为2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to