Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
Application
interface
{
9
Execute(ctx *common.Context)
10
}
Callers
8
Router
Method · 0.65
accessFlow
Method · 0.65
accessGlobalFlow
Method · 0.65
proxyFlow
Method · 0.65
proxyGlobalFlow
Method · 0.65
Router
Method · 0.65
auth
Method · 0.65
accessFlow
Method · 0.65
Implementers
6
beforeExecutor
node/gateway/plugin-executor/executor.
accessExecutor
node/gateway/plugin-executor/executor.
proxyExecutor
node/gateway/plugin-executor/executor.
DefaultApplication
node/gateway/application/proxy.go
EmptyApplication
node/gateway/application/empty.go
LayerApplication
node/gateway/application/layer.go
Calls
no outgoing calls
Tested by
no test coverage detected