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

Struct accessExecutor

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

Source from the content-addressed store, hash-verified

67}
68
69type accessExecutor struct {
70 executorInfo
71 plugin goku_plugin.PluginAccess
72}
73
74func (ex *accessExecutor) Execute(ctx *common.Context) (isContinue bool, e error) {
75 requestID := ctx.RequestId()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected