Replies: 2 comments
-
@Brucepower0223 Hi,this is the case in the array [function pointer 1, parameter 1, function pointer 2, parameter 2] |
Beta Was this translation helpful? Give feedback.
-
Hello @Brucepower0223, maybe this will help. I add some log to figure out what hanppend inside here. As we seen in this code the Step 1:Edit the "apisix/plugin.lua" file
Step 2:Run a test file with some plugin:
Find some log here:
As we can see, the plugins content structure is defined and separated by the field |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
for i = 1, #plugins, 2 why the step num increase is 2?
Beta Was this translation helpful? Give feedback.
All reactions