| 38 | } |
| 39 | |
| 40 | type beforeExecutor struct { |
| 41 | executorInfo |
| 42 | plugin goku_plugin.PluginBeforeMatch |
| 43 | } |
| 44 | |
| 45 | //Execute execute |
| 46 | func (ex *beforeExecutor) Execute(ctx *common.Context) (isContinue bool, e error) { |
nothing calls this directly
no outgoing calls
no test coverage detected