MCPcopy
hub / github.com/eolinker/goku_lite / beforeExecutor

Struct beforeExecutor

node/gateway/plugin-executor/executor.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type beforeExecutor struct {
41 executorInfo
42 plugin goku_plugin.PluginBeforeMatch
43}
44
45//Execute execute
46func (ex *beforeExecutor) Execute(ctx *common.Context) (isContinue bool, e error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected