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

Interface Application

node/gateway/application/app.go:8–10  ·  view source on GitHub ↗

Application application

Source from the content-addressed store, hash-verified

6
7//Application application
8type Application interface {
9 Execute(ctx *common.Context)
10}

Callers 8

RouterMethod · 0.65
accessFlowMethod · 0.65
accessGlobalFlowMethod · 0.65
proxyFlowMethod · 0.65
proxyGlobalFlowMethod · 0.65
RouterMethod · 0.65
authMethod · 0.65
accessFlowMethod · 0.65

Implementers 6

beforeExecutornode/gateway/plugin-executor/executor.
accessExecutornode/gateway/plugin-executor/executor.
proxyExecutornode/gateway/plugin-executor/executor.
DefaultApplicationnode/gateway/application/proxy.go
EmptyApplicationnode/gateway/application/empty.go
LayerApplicationnode/gateway/application/layer.go

Calls

no outgoing calls

Tested by

no test coverage detected