| 67 | } |
| 68 | |
| 69 | type accessExecutor struct { |
| 70 | executorInfo |
| 71 | plugin goku_plugin.PluginAccess |
| 72 | } |
| 73 | |
| 74 | func (ex *accessExecutor) Execute(ctx *common.Context) (isContinue bool, e error) { |
| 75 | requestID := ctx.RequestId() |
nothing calls this directly
no outgoing calls
no test coverage detected